[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / 8 / AMNetWork / 1.0.0 / AMNetWork.podspec.json
blob73ed9445597d369b3b091b149c0b5b135e12ced9
2   "name": "AMNetWork",
3   "version": "1.0.0",
4   "summary": "一个轻量级的基于AFN的网络库",
5   "homepage": "https://gitee.com/zhenhuamu/AMNetWork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "AndyMu": "andymu0601@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://gitee.com/zhenhuamu/AMNetWork.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "AMNetWork",
22     "AMNetWork/NetWork/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
28     ]
29   }