[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / f / ZZBaseKit / 0.1.0 / ZZBaseKit.podspec.json
blobe5510c00c3fd973c31db72e47f52ec28f2cf1aea
2   "name": "ZZBaseKit",
3   "version": "0.1.0",
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.0"
15   },
16   "swift_version": "5.0",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "ZZBaseKit/BaseKit/**/*",
22   "frameworks": [
23     "UIKit",
24     "AdSupport"
25   ]