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