blob: 9811e6196d1d87795e129218f96bd5bb3822cfbc [file] [log] [blame]
{
"name": "BaseLibrary",
"version": "0.0.8",
"summary": "常用自定义类库",
"description": "1.更改库存放地址",
"homepage": "https://gitee.com/ZuiXiuLin/tools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cxx3344": "2893358240@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/ZuiXiuLin/tools.git",
"tag": "0.0.8"
},
"source_files": "BaseLibrary/**/*.{h,m}",
"public_header_files": "BaseLibrary/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
],
"requires_arc": true
}