blob: 8066fab00c4bd260bc9c0439a15fd61ad2230c8e [file] [log] [blame]
{
"name": "ZUtils",
"version": "1.0.1",
"summary": "封装一些比较常用的工具类库.",
"description": "封装一些常用的工具类库,便于在开发过程中复用。",
"homepage": "https://github.com/zhangguozhong/ZUtils.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangguozhong": "494316382@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangguozhong/ZUtils.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"TopController/ZUtils/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
]
}