blob: a7dc8cea97153434b3c10cbd312dff2522611ac3 [file] [log] [blame]
{
"name": "BTNetwork",
"version": "1.1.0",
"summary": "一款基于AFNetworking的以block调用形式的网络请求框架",
"homepage": "https://github.com/SoftBoys/BTNetwok",
"source": {
"git": "https://github.com/SoftBoys/BTNetwok.git",
"tag": "1.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gjw": "gjw_1991@163.com"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BTNetwork/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}