blob: ce874424cf5d1568b8de59174688f27d27889cee [file] [log] [blame]
{
"name": "CBNetworking",
"version": "1.0.2",
"summary": "对于AFNetWorking的封装.",
"homepage": "https://github.com/cbangchen/CBNetworking",
"license": "MIT",
"authors": {
"陈超邦": "http://cbang.info"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cbangchen/CBNetworking.git",
"tag": "1.0.2"
},
"source_files": "CBNetworking/CBNetworking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"requires_arc": true
}