[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 7 / e / 9 / ZLKit_Swift / 2.1.2 / ZLKit_Swift.podspec.json
blobaa4706c1fe06d052c36573d7d0414f0808b0e61c
2   "name": "ZLKit_Swift",
3   "version": "2.1.2",
4   "summary": "常用组件库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/ZLKits/zlkit_swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "itzhaolei": "itzhaolei@foxmail.com"
13   },
14   "source": {
15     "git": "https://gitee.com/ZLKits/zlkit_swift.git",
16     "tag": "2.1.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "Extensions",
26       "source_files": "ZLKit_SwiftDemo/Classes/Extensions/**/*",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "Fragments",
31       "frameworks": "UIKit",
32       "source_files": "ZLKit_SwiftDemo/Classes/Fragments/**/*",
33       "dependencies": {
34         "ZLKit_Swift/Network": [
36         ],
37         "SnapKit": [
38           "~> 4.2.0"
39         ]
40       }
41     },
42     {
43       "name": "Network",
44       "frameworks": "UIKit",
45       "source_files": "ZLKit_SwiftDemo/Classes/Network/**/*",
46       "dependencies": {
47         "ZLKit_Swift/Extensions": [
49         ],
50         "Alamofire": [
51           "~> 4.9.1"
52         ]
53       }
54     },
55     {
56       "name": "AccreteDownload",
57       "frameworks": "UIKit",
58       "source_files": "ZLKit_SwiftDemo/Classes/AccreteDownload/**/*",
59       "dependencies": {
60         "ZLKit_Swift/Extensions": [
62         ],
63         "Alamofire": [
64           "~> 4.9.1"
65         ],
66         "SnapKit": [
67           "~> 4.2.0"
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.0"