[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / a / b / FCNetwork / 1.1.0 / FCNetwork.podspec.json
blob100d0a6e0000508c9a237a0fc3632adfe200d6c0
2   "name": "FCNetwork",
3   "version": "1.1.0",
4   "summary": "基于AFNetworking封装的网络库,支持缓存,过程拦截",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LtyFantasy/iOS-frame-FCNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LeoLiu": "ltyfantasy@163.com"
13   },
14   "source": {
15     "git": "https://github.com/LtyFantasy/iOS-frame-FCNetwork.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FCNetwork/**/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.2.0"
26     ]
27   }