[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / c / BTNetwork / 1.0.2 / BTNetwork.podspec.json
blob39e5fb8ad1eda791074b84af97441fafab5ffbce
2   "name": "BTNetwork",
3   "version": "1.0.2",
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": "v1.0.2"
20   },
21   "source_files": "BTNetwork",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ]
27   }