[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / 3 / ZUIKit / 1.0.0 / ZUIKit.podspec.json
blobc5255fb5ca8863e7499c67d07f1db011411938b7
2   "name": "ZUIKit",
3   "version": "1.0.0",
4   "summary": "封装系统控件的初始化方法,便于纯代码界面开发复用.",
5   "description": "封装系统控件的初始化方法,便于纯代码界面开发者创建原生控件,减少冗余代码.",
6   "homepage": "https://github.com/zhangguozhong/ZUIkit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangguozhong": "494316382@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangguozhong/ZUIkit.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "ZUIKit/Utils",
23     "ZUIKit/Utils/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "subspecs": [
31     {
32       "name": "BlockKit",
33       "source_files": "ZUIKit/Utils/BlockKit/**/*.{h,m}"
34     }
35   ]