blob: 5b2c9a0e4b994dde06c07d2154a935c1a3d99fd2 [file] [log] [blame]
{
"name": "ZLKit",
"version": "3.2.0",
"summary": "工具库、高效开发",
"description": "库内集成对系统控件的二次封装、对基础逻辑的处理、高效的宏定义等等;",
"homepage": "https://github.com/itzhaolei/ZLKit",
"license": "MIT",
"authors": {
"Mr.Zhao": "itzhaolei@foxmail.com"
},
"source": {
"git": "https://github.com/itzhaolei/ZLKit.git",
"tag": "3.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZLKit/Classes/**/*",
"resource_bundles": {
"ZLKit": [
"ZLKit/Assets/**/*"
]
},
"dependencies": {
"ZLHTTPSessionManager": [
"~> 0.0.2"
],
"ZLNavigationBar": [
"~> 0.1.0"
]
}
}