[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 7 / 3 / BANetManager / 2.3.10 / BANetManager.podspec.json
blob17e5db5000a16a75c64d214a32e35114e92f4d6e
2   "name": "BANetManager",
3   "version": "2.3.10",
4   "summary": "基于AFNetworking 3.x 最新版本的封装,集成了get/post 方法请求数据,单图/多图上传,视频上传/下载,网络监测 等多种网络请求方式.",
5   "homepage": "https://github.com/boai/BANetManager.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "boai": "sunboyan@outlook.com"
12   },
13   "social_media_url": "http://weibo.com/538298123",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/boai/BANetManager.git",
19     "tag": "2.3.10"
20   },
21   "requires_arc": true,
22   "source_files": "BANetManager/BANetManager/*.{h,m}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "AFNetworking": [
27     ],
28     "YYCache": [
30     ]
31   }