blob: 86b9c08e16341331693b9a14dd5fb0005ab8fb9f [file] [log] [blame]
{
"name": "AFJSONRPCClient",
"version": "0.3.1",
"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.3.1"
},
"source_files": "AFJSONRPCClient",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
">= 0.10.0"
]
}
}