blob: 3e9252d13ad5d2748c84b0bb7dd7fdde3f2f805f [file] [log] [blame]
{
"name": "SCBasicComponents",
"version": "0.5.5",
"summary": "项目使用的基础组件",
"description": "该组件整合了项目中经常使用的一些基础的宏和类的扩展,及自定义的一些类的集合",
"homepage": "https://github.com/wenkun/SCBasicComponents.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wenkun": "duwenkun89@163.com"
},
"source": {
"git": "https://github.com/wenkun/SCBasicComponents.git",
"tag": "0.5.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SCBasicComponents/Classes/**/*.{h,m}",
"requires_arc": true,
"public_header_files": "SCBasicComponents/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}