[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / f / 7 / 0 / SwiftJSONRPC / 0.1.1 / SwiftJSONRPC.podspec.json
blobf5b74b824ff9ef28baaa1a5ee31b046900662573
2   "name": "SwiftJSONRPC",
3   "version": "0.1.1",
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.1.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/**/*.swift",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "Alamofire": [
22       "~> 3.0"
23     ],
24     "SwiftyJSON": [
25       "~> 2.3"
26     ],
27     "Atomic": [
28       "~> 1.0"
29     ]
30   }