[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / a / 3 / b / KituraKit / 0.0.23 / KituraKit.podspec.json
blob171ce7d9a8616959ea978b7e012675579a74657d
2   "name": "KituraKit",
3   "version": "0.0.23",
4   "summary": "KituraKit is a library for making Codable HTTP Requests to a Kitura server",
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   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/IBM-Swift/KituraKit.git",
16     "tag": "0.0.23"
17   },
18   "source_files": "Sources/**/*.swift",
19   "dependencies": {
20     "SwiftyRequest": [
21       "~> 2.0"
22     ],
23     "KituraContracts": [
24       "~> 1.1"
25     ]
26   }