blob: c2012fb3dd9b0eb96623c488c2359a23f19fb1fb [file] [log] [blame]
{
"name": "AFJSONRPCClient",
"version": "0.3.0",
"homepage": "https://github.com/AFNetworking/AFJSONRPCClient",
"authors": {
"wiistriker": "wiistriker@gmail.com"
},
"license": "MIT",
"summary": "A JSON-RPC client built on AFNetworking.",
"source": {
"git": "https://github.com/AFNetworking/AFJSONRPCClient.git",
"tag": "0.3.0"
},
"source_files": "AFJSONRPCClient",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
">= 0.10.0"
]
}
}