[Add] YIM 2.2.1
[CocoaPods.git] / Specs / f / 7 / 0 / SwiftJSONRPC / 0.8.0 / SwiftJSONRPC.podspec.json
blob98af7250f6b5c531f3f191f55c2bec3c7b5ee511
2   "name": "SwiftJSONRPC",
3   "version": "0.8.0",
4   "summary": "Swift JSON-RPC client based on Alamofire",
5   "homepage": "https://github.com/kolyasev/SwiftJSONRPC",
6   "license": "MIT",
7   "authors": {
8     "Denis Kolyasev": "kolyasev@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kolyasev/SwiftJSONRPC.git",
12     "tag": "0.8.0"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/**/*.swift",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "Alamofire": [
23       "~> 5.1"
24     ],
25     "PromiseKit": [
26       "~> 6.13"
27     ]
28   }