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