[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 3 / 1 / 8 / AFJSONRPCClient / 2.0.0 / AFJSONRPCClient.podspec.json
blobc54e63cebc093f078ce64a5ef2890ddfeddc0560
2   "name": "AFJSONRPCClient",
3   "version": "2.0.0",
4   "homepage": "https://github.com/AFNetworking/AFJSONRPCClient",
5   "authors": {
6     "wiistriker": "wiistriker@gmail.com",
7     "Mattt Thompson": "m@mattt.me"
8   },
9   "license": "MIT",
10   "summary": "A JSON-RPC client build on AFNetworking.",
11   "source": {
12     "git": "https://github.com/AFNetworking/AFJSONRPCClient.git",
13     "tag": "2.0.0"
14   },
15   "source_files": "AFJSONRPCClient",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.0"
24     ]
25   }