[Add] DocumentReaderFullAuthRFIDNightly 7.5.11062
[CocoaPods.git] / Specs / d / f / 3 / ZUIKit / 1.0.4 / ZUIKit.podspec.json
blobb72f99fc4b8bc64944aff147aedcda32818fd4ba
2   "name": "ZUIKit",
3   "version": "1.0.4",
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.4"
20   },
21   "source_files": "ZUIKit/Utils/**/*",
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "subspecs": [
28     {
29       "name": "BlocksKit",
30       "source_files": "ZUIKit/BlocksKit/**/*.{h,m}"
31     }
32   ]