[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 0 / c / 7 / Marathon / 0.1.7 / Marathon.podspec.json
blob8d81531565d2b99287c25f942a156c18da9b8820
2   "name": "Marathon",
3   "version": "0.1.7",
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.7"
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           "~> 4.0"
29         ]
30       }
31     }
32   ]