blob: 17e5db5000a16a75c64d214a32e35114e92f4d6e [file] [log] [blame]
{
"name": "BANetManager",
"version": "2.3.10",
"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.10"
},
"requires_arc": true,
"source_files": "BANetManager/BANetManager/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}