blob: 629581f6a58691326f23c244f97da12e5af5f2b9 [file] [log] [blame]
{
"name": "CZFTool",
"version": "0.0.5",
"summary": "增加工具栏中对图片的处理;兼容swift3.0以上项目",
"description": "增加工具栏中对图片的处理;兼容swift3.0以上项目,增加更多的工具方法",
"homepage": "https://github.com/MacleChen/CZFTool",
"license": "MIT",
"authors": {
"MacleChen": "851327579@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MacleChen/CZFTool.git",
"tag": "0.0.5"
},
"source_files": [
"CZFTool",
"CZFTool/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
}
}