[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 3 / c / BTNetwork / 0.0.1 / BTNetwork.podspec.json
blob9917f5fe873e0a1909ee77859a6b417ef3474ff0
2   "name": "BTNetwork",
3   "version": "0.0.1",
4   "summary": "一款基于AFNetworking的以block调用形式的网络请求框架",
5   "description": "支持队列组请求",
6   "homepage": "https://github.com/SoftBoys",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "郭俊威": "gjw_1991@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/SoftBoys/BTNetwok.git",
19     "tag": "v0.0.1"
20   },
21   "source_files": "BTNetwork",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ]
27   }