[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 4 / f / ZZBaseKit / 0.2.2 / ZZBaseKit.podspec.json
blob758d299a9daff038070cb0aee23cf8423d2229a2
2   "name": "ZZBaseKit",
3   "version": "0.2.2",
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.2"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "subspecs": [
21     {
22       "name": "Defines",
23       "source_files": "ZZBaseKit/BaseKit/Defines"
24     },
25     {
26       "name": "Extensions",
27       "source_files": "ZZBaseKit/BaseKit/Extensions"
28     },
29     {
30       "name": "Tools",
31       "source_files": "ZZBaseKit/BaseKit/Tools"
32     },
33     {
34       "name": "DeviceInfo",
35       "source_files": "ZZBaseKit/BaseKit/DeviceInfo"
36     },
37     {
38       "name": "KeyChain",
39       "source_files": "ZZBaseKit/BaseKit/KeyChain"
40     },
41     {
42       "name": "CryptManager",
43       "source_files": "ZZBaseKit/BaseKit/CryptManager"
44     },
45     {
46       "name": "Component",
47       "dependencies": {
48         "ZZBaseKit/Defines": [
50         ],
51         "ZZBaseKit/Extensions": [
53         ],
54         "ZZBaseKit/Tools": [
56         ],
57         "ZZBaseKit/DeviceInfo": [
59         ],
60         "ZZBaseKit/KeyChain": [
62         ]
63       },
64       "source_files": "ZZBaseKit/BaseKit/Component"
65     }
66   ]