blob: 527cf475174512b7b4f31df3427ba845f3e016e7 [file] [log] [blame]
{
"name": "BANetManager",
"version": "2.3.7.1",
"summary": "基于AFNetworking 3.x 最新版本的封装,集成了get/post 方法请求数据,单图/多图上传,视频上传/下载,网络监测 等多种网络请求方式.",
"homepage": "https://github.com/boai/BANetManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"boai": "sunboyan@outlook.com"
},
"social_media_url": "http://weibo.com/538298123",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/boai/BANetManager.git",
"tag": "2.3.7.1"
},
"requires_arc": true,
"source_files": "BANetManager/BANetManager/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
},
"subspecs": [
{
"name": "BAParameterEntity",
"source_files": "BANetManager/BANetManager/BAParameterEntity/**/*.{h,m}"
}
]
}