[Add] ProveKit 1.0.0
[CocoaPods.git] / Specs / 0 / f / e / ZZVendor / 0.1.4 / ZZVendor.podspec.json
blob705a49768007a9d042ff79f13c890d477ddefa74
2   "name": "ZZVendor",
3   "version": "0.1.4",
4   "summary": "an easy package based on thrid library",
5   "description": "TODO: an easy package collections based on Alamofire, Toast, snapkit,SVProgressHUD.",
6   "homepage": "https://github.com/pengfan1993/ZZVendor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pengfan": "pf18186362568@163.com"
13   },
14   "source": {
15     "git": "https://github.com/pengfan1993/ZZVendor.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "ZZVendor/Classes/ZZVendor.h",
22   "resource_bundles": {
23     "ZZVendor": [
24       "ZZVendor/Assets/*.{mp3}"
25     ]
26   },
27   "dependencies": {
28     "Alamofire": [
29       "~> 4.8.2"
30     ],
31     "SnapKit": [
32       "~> 5.0.1"
33     ],
34     "SVProgressHUD": [
35       "~> 2.2.5"
36     ],
37     "Toast": [
38       "~> 3.1.0"
39     ]
40   },
41   "swift_versions": "5.0",
42   "subspecs": [
43     {
44       "name": "HUD",
45       "source_files": "ZZVendor/Classes/HUD/*"
46     },
47     {
48       "name": "Network",
49       "source_files": "ZZVendor/Classes/Network/*"
50     },
51     {
52       "name": "Toast",
53       "source_files": "ZZVendor/Classes/Toast/*"
54     },
55     {
56       "name": "KeepAlive",
57       "source_files": "ZZVendor/Classes/KeepAlive/*"
58     }
59   ],
60   "swift_version": "5.0"