blob: a2aa3073276e4c9b9a8febfe8813c363a9ade598 [file] [log] [blame]
{
"name": "DSZ_Tool",
"version": "0.0.7",
"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.7"
},
"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
}
]
}