blob: 2a9c8e7c581f596f5feb3f93c738de4aec1afa51 [file] [log] [blame]
{
"name": "AFJSONRPCClient",
"version": "2.1.1",
"homepage": "https://github.com/AFNetworking/AFJSONRPCClient",
"social_media_url": "https://twitter.com/AFNetworking",
"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.1.1"
},
"source_files": "AFJSONRPCClient",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking": [
"~> 2.1"
]
}
}