blob: b72f99fc4b8bc64944aff147aedcda32818fd4ba [file] [log] [blame]
{
"name": "ZUIKit",
"version": "1.0.4",
"summary": "封装系统控件的初始化方法,便于纯代码界面开发复用.",
"description": "封装系统控件的初始化方法,便于纯代码界面开发者创建原生控件,减少冗余代码.",
"homepage": "https://github.com/zhangguozhong/ZUIkit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangguozhong": "494316382@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangguozhong/ZUIkit.git",
"tag": "1.0.4"
},
"source_files": "ZUIKit/Utils/**/*",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "BlocksKit",
"source_files": "ZUIKit/BlocksKit/**/*.{h,m}"
}
]
}