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