[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / f / 0 / ZKMoya / 1.3 / ZKMoya.podspec.json
blob9e073ab88e17055735a4c448710761d24a26a6e3
2   "name": "ZKMoya",
3   "version": "1.3",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "包含 HUD 的网络请求框架,Moya 二次封装",
12   "homepage": "https://github.com/WangWenzhuang/ZKMoya",
13   "authors": {
14     "WangWenzhuang": "1020304029@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/WangWenzhuang/ZKMoya.git",
18     "tag": "1.3"
19   },
20   "description": "将 Moya、ZKProgressHUD、SwiftyJSON 封装,简化网络请求代码。",
21   "source_files": "ZKMoya/**/*.swift",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "dependencies": {
27     "Moya": [
29     ],
30     "SwiftyJSON": [
32     ],
33     "ZKProgressHUD": [
35     ]
36   }