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