blob: 5bd429edbb8696165acc83711656225abafc82cc [file] [log] [blame]
{
"name": "ZKAFJSONRPCClient",
"version": "1.0.2",
"summary": "jsonrpc方式与服务端交互 配合3.0版本 AFNetworking.",
"homepage": "https://github.com/zhengkai85/ZKAFJSONRPCClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhengkai": "83794521@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhengkai85/ZKAFJSONRPCClient.git",
"tag": "1.0.2"
},
"source_files": "ZKAFJSONRPCClient/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"requires_arc": true
}