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