blob: c2a65cd86422c2b0d6f685d49cb9aae1b3c2db32 [file] [log] [blame]
{
"name": "BSAFNetWorking",
"version": "0.1.0",
"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.1.0",
"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"
}
]
}