[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / c / 7 / Marathon / 0.1.3 / Marathon.podspec.json
blobec23fcd3865606466a4b3adf39c804ee4f139e86
2   "name": "Marathon",
3   "version": "0.1.3",
4   "summary": "基于AFNetworking封装的离散网络请求库",
5   "description": "Marathon是基于AFNetworking封装的离散网络请求库,可以以插件中间层的形式对请求进行处理",
6   "homepage": "https://github.com/cnchenys/Marathon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TechSen": "cnchenys@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/cnchenys/Marathon.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Marathon/Classes/Marathon/**/*",
26       "dependencies": {
27         "AFNetworking": [
28           "~> 3.2.1"
29         ]
30       }
31     }
32   ]