[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / f / ZZBaseKit / 0.1.5 / ZZBaseKit.podspec.json
blob3217df3bccb82c26b783fe5947a4978682863b7d
2   "name": "ZZBaseKit",
3   "version": "0.1.5",
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.5"
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       "dependencies": {
32         "ZZBaseKit/Defines": [
34         ],
35         "ZZBaseKit/Extensions": [
37         ]
38       },
39       "source_files": "ZZBaseKit/BaseKit/Tools"
40     }
41   ]