blob: 49989dcfc3f57c07a3c18431f0959b2fe8afbae9 [file] [log] [blame]
{
"name": "BSAFNetWorking",
"version": "0.0.4",
"summary": "AFNetWorking changed BSAFNetWorking",
"description": "封装AFNetWorking 提供提供body体请求(setHTTPBody方式),提供表单格式方式请求(application/x-www-form-urlencoded)\n目前没有对上传、下载进行封装,后续会补充",
"homepage": "https://github.com/BlackStarLang/BSAFNetWorking.git",
"authors": {
"BlackStar": "blackstar_lang@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BlackStarLang/BSAFNetWorking.git",
"tag": "0.0.4",
"submodules": true
},
"source_files": "BSAFNetWorking/SQBaseApi/BSAFNetwroking.h",
"public_header_files": "BSAFNetWorking/SQBaseApi/BSAFNetwroking.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"deprecated": true,
"subspecs": [
{
"name": "BSApi",
"source_files": "BSAFNetWorking/SQBaseApi/BSApi/*",
"frameworks": "UIKit"
}
]
}