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