blob: 56f2eb21cc969cb46c2b203eafde44bc122d53af [file] [log] [blame]
{
"name": "BaseLibrary",
"version": "0.0.2",
"summary": "常用自定义类库",
"description": "常用自定义类库,项目使用的基础类库",
"homepage": "https://github.com/cxx3344/BaseLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZYY": "2893358240@qq.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/cxx3344/BaseLibrary.git",
"tag": "0.0.2"
},
"source_files": "BaseLibrary/**/*.{h,m}",
"public_header_files": "BaseLibrary/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}