[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / 8 / AFJSONRPCClient / 0.3.1 / AFJSONRPCClient.podspec.json
blob86b9c08e16341331693b9a14dd5fb0005ab8fb9f
2   "name": "AFJSONRPCClient",
3   "version": "0.3.1",
4   "homepage": "https://github.com/AFNetworking/AFJSONRPCClient",
5   "authors": {
6     "wiistriker": "wiistriker@gmail.com"
7   },
8   "license": "MIT",
9   "summary": "A JSON-RPC client build on AFNetworking.",
10   "source": {
11     "git": "https://github.com/AFNetworking/AFJSONRPCClient.git",
12     "tag": "0.3.1"
13   },
14   "source_files": "AFJSONRPCClient",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "dependencies": {
21     "AFNetworking": [
22       ">= 0.10.0"
23     ]
24   }