blob: 415e4dd98d37bf70018f9eb11ea8d825d9501fb9 [file] [log] [blame]
{
"name": "CZFTool",
"version": "0.0.4",
"summary": "修复CZFtool框架内容",
"description": "修复CZFTool框架内容,增加加密框架和图片处理功能",
"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.4"
},
"source_files": [
"CZFTool",
"CZFTool/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
}
}