blob: 8fdf83533019e75c615f1f79ae96dc2ff09275d5 [file] [log] [blame]
{
"name": "BSAFNetWorking",
"version": "0.0.3",
"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.3"
},
"source_files": "BSAFNetWorking/SQBaseApi/**/*",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"deprecated": true
}