[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 1 / b / OzStringKit / 0.0.8 / OzStringKit.podspec.json
blobb2280c254fad5fb33c85f166bb114f7004a19e4d
2   "name": "OzStringKit",
3   "version": "0.0.8",
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@users.noreply.github.com"
11   },
12   "source": {
13     "git": "https://github.com/koznobikhin/OzStringKit.git",
14     "tag": "0.0.8"
15   },
16   "frameworks": "Foundation",
17   "osx": {
18     "frameworks": "AppKit",
19     "source_files": "Sources/OzStringKit/MacOS/**/*.swift"
20   },
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "watchos": {
25     "frameworks": "UIKit"
26   },
27   "tvos": {
28     "frameworks": "UIKit"
29   },
30   "platforms": {
31     "ios": "10.0",
32     "osx": "10.11",
33     "watchos": "2.0",
34     "tvos": "9.0"
35   },
36   "source_files": "Sources/OzStringKit/**/*.swift",
37   "exclude_files": [
38     "iOS Example/**/*.*",
39     "Tests/**/*.swift"
40   ],
41   "swift_versions": "5.0",
42   "description": "OzStringKit leverages ExpressibleByStringInterpolation API from Swift 5\nto allow creation of NSAttributedString objects with simple and concise syntax.",
43   "screenshots": "https://github.com/koznobikhin/OzStringKit/raw/master/demo.png",
44   "swift_version": "5.0"