[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 4 / f / ZZBaseKit / 0.2.7 / ZZBaseKit.podspec.json
blobdd6bbbd8d302d3f34a1e4846fdb78892471885d6
2   "name": "ZZBaseKit",
3   "version": "0.2.7",
4   "summary": "方便使用的基础库",
5   "description": "把常用的方法做了一个整合,形成一个方便使用的基础库",
6   "homepage": "https://github.com/liguoliangiOS/ZZBaseKit",
7   "license": {
8     "type": "MIT",
9     "text": "                          Copyright © 2019 ZZBaseKit\n                          All rights reserved.\n"
10   },
11   "authors": "liguoliang",
12   "source": {
13     "git": "https://github.com/liguoliangiOS/ZZBaseKit.git",
14     "tag": "0.2.7"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "5.0",
21   "subspecs": [
22     {
23       "name": "Defines",
24       "source_files": "ZZBaseKit/BaseKit/Defines"
25     },
26     {
27       "name": "Extensions",
28       "source_files": "ZZBaseKit/BaseKit/Extensions"
29     },
30     {
31       "name": "Tools",
32       "source_files": "ZZBaseKit/BaseKit/Tools"
33     },
34     {
35       "name": "DeviceInfo",
36       "source_files": "ZZBaseKit/BaseKit/DeviceInfo"
37     },
38     {
39       "name": "KeyChain",
40       "source_files": "ZZBaseKit/BaseKit/KeyChain"
41     },
42     {
43       "name": "CryptManager",
44       "source_files": "ZZBaseKit/BaseKit/CryptManager"
45     },
46     {
47       "name": "Component",
48       "dependencies": {
49         "ZZBaseKit/Defines": [
51         ],
52         "ZZBaseKit/Extensions": [
54         ],
55         "ZZBaseKit/Tools": [
57         ],
58         "ZZBaseKit/DeviceInfo": [
60         ],
61         "ZZBaseKit/KeyChain": [
63         ]
64       },
65       "source_files": "ZZBaseKit/BaseKit/Component"
66     }
67   ]