blob: 4cdb9e131142fb29b5cc668df35ada2ae9628645 [file] [log] [blame]
{
"name": "BTNetwork",
"version": "0.0.2",
"summary": "一款基于AFNetworking的以block调用形式的网络请求框架",
"description": "支持队列组请求",
"homepage": "https://github.com/SoftBoys",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"郭俊威": "gjw_1991@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SoftBoys/BTNetwok.git",
"tag": "v0.0.2"
},
"source_files": "BTNetwork",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}