blob: ed35beb68dd04580386b056b92da004430cb39ca [file] [log] [blame]
{
"name": "RBNetwork",
"version": "0.3.0",
"summary": "an iOS networking framework based on AFNetworking",
"homepage": "https://github.com/baxiang/RBNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baxiang": "baxiang1989@163.com"
},
"source": {
"git": "https://github.com/baxiang/RBNetwork.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RBNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
]
}
}