[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / b / KituraKit / 0.0.2 / KituraKit.podspec.json
blob3db7a793d4da82b243d43a761e8982350a4ef7cf
2   "name": "KituraKit",
3   "version": "0.0.2",
4   "summary": "Swift client library for using Codable routes with Kitura.",
5   "homepage": "https://github.com/IBM-Swift/KituraKit",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": "IBM",
10   "module_name": "KituraKit",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/IBM-Swift/KituraKit.git",
17     "tag": "0.0.2"
18   },
19   "source_files": "Sources/KituraKit/*.swift",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.0.3"
22   },
23   "dependencies": {
24     "SwiftyRequest": [
26     ],
27     "KituraContracts": [
29     ]
30   }