blob: 8589a5b504bf6a42573d4a90caa3b8fbd803ace6 [file] [log] [blame]
{
"name": "ZJBase",
"version": "0.3.0",
"summary": "ZJBase.",
"description": "ZJBase.包含分类,工具类等",
"homepage": "https://github.com/zj381652512/ZJBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zj381652512": "381652512@qq.com"
},
"source": {
"git": "https://github.com/zj381652512/ZJBase.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Tools",
"source_files": "ZJBase/Classes/Tools/**/*"
},
{
"name": "Categorys",
"source_files": "ZJBase/Classes/Categorys/**/*",
"dependencies": {
"RSKImageCropper": [
"~> 2.1.0"
]
}
}
]
}