[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 3 / 1 / 8 / AFJSONRPCClient / 0.4.0 / AFJSONRPCClient.podspec.json
blob520f87de38a11a59894085894e527b74129ca5b2
2   "name": "AFJSONRPCClient",
3   "version": "0.4.0",
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.4.0"
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   }