blob: e864d122f8a5aed3fe0101394835a63e94f351d6 [file] [log] [blame]
{
"name": "RBNetwork",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RBNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
]
}
}