[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 1 / b / OzStringKit / 0.0.3 / OzStringKit.podspec.json
blobe449c215fef674e45be779aa1878fc0a34903f8b
2   "name": "OzStringKit",
3   "version": "0.0.3",
4   "summary": "NSAttributedString creation with Swift 5 string interpolation.",
5   "homepage": "https://github.com/koznobikhin/OzStringKit",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Konstantin Oznobikhin": "koznobikhin@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/koznobikhin/OzStringKit.git",
14     "tag": "0.0.3"
15   },
16   "frameworks": [
17     "Foundation",
18     "UIKit"
19   ],
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "Sources/OzStringKit/**/*.swift",
24   "exclude_files": [
25     "iOS Example/**/*.*",
26     "Tests/**/*.swift"
27   ],
28   "swift_versions": "5.0",
29   "description": "OzStringKit leverages ExpressibleByStringInterpolation API from Swift 5\nto allow creation of NSAttributedString objects with simple and concise syntax.",
30   "screenshots": "https://github.com/koznobikhin/OzStringKit/raw/master/demo.png",
31   "swift_version": "5.0"