blob: 5e0d0c90e5b7222a602cf697e7125c86af570048 [file] [log] [blame]
{
"name": "DSZ_Tool",
"version": "0.0.5",
"summary": "A tool for dashouzi.",
"homepage": "https://github.com/zjh12580/DSZTool",
"license": "MIT",
"authors": {
"zhaojh": "zhaojinhui@corp-ci.com"
},
"source": {
"git": "https://gitee.com/wodetianzhaojh/DSZ_Tool.git",
"tag": "0.0.5"
},
"requires_arc": true,
"source_files": "DSZ_Tool/**/*.{h,m}",
"exclude_files": "DSZ_Tool/mrc/*.{h,m}",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "no-arc",
"source_files": "DSZ_Tool/mrc/*.{h,m}",
"requires_arc": false
}
]
}