blob: dcf5b9a8dcda713315367256323ba3fdb06c1205 [file] [log] [blame]
{
"name": "BSAFNetWorking",
"version": "0.0.2",
"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": "v0.0.2"
},
"source_files": "BSAFNetWorking/SQBaseApi/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"deprecated": true
}