[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / b / 4 / f / ZZBaseKit / 0.1.6 / ZZBaseKit.podspec.json
blob81f6f0d3576d2550e2d5f27fa627f86ad2ac1436
2   "name": "ZZBaseKit",
3   "version": "0.1.6",
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.1.6"
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": "Component",
39       "dependencies": {
40         "ZZBaseKit/Defines": [
42         ],
43         "ZZBaseKit/Extensions": [
45         ],
46         "ZZBaseKit/Tools": [
48         ],
49         "ZZBaseKit/DeviceInfo": [
51         ]
52       },
53       "source_files": "ZZBaseKit/BaseKit/Component"
54     }
55   ]