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