[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / 0 / SwiftJSONRPC / 0.4.1 / SwiftJSONRPC.podspec.json
blob822a8e413569352d668e5b13aba27b7525fe1f70
2   "name": "SwiftJSONRPC",
3   "version": "0.4.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.4.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       "~> 4.5"
23     ],
24     "SwiftyJSON": [
25       "~> 3.1"
26     ]
27   },
28   "pushed_with_swift_version": "4.0"