blob: 1174eded5fe00b7f8945e135ff15baeca1140462 [file] [log] [blame]
{
"name": "RBTmpNetwork",
"version": "1.0.1",
"summary": "A lightweight iOS networking framework based on AFNetworking",
"homepage": "https://github.com/mcmengchen/RBTmpNetwork.git",
"license": "MIT",
"authors": {
"baxiang": "baxiang@roboo.com"
},
"source": {
"git": "https://github.com/mcmengchen/RBTmpNetwork.git",
"tag": "1.0.1"
},
"source_files": "RBTmpNetwork/Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
],
"YYKit": [
]
}
}