blob: c54e63cebc093f078ce64a5ef2890ddfeddc0560 [file] [log] [blame]
{
"name": "AFJSONRPCClient",
"version": "2.0.0",
"homepage": "https://github.com/AFNetworking/AFJSONRPCClient",
"authors": {
"wiistriker": "wiistriker@gmail.com",
"Mattt Thompson": "m@mattt.me"
},
"license": "MIT",
"summary": "A JSON-RPC client build on AFNetworking.",
"source": {
"git": "https://github.com/AFNetworking/AFJSONRPCClient.git",
"tag": "2.0.0"
},
"source_files": "AFJSONRPCClient",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}