blob: 70b6248c3d2f49d63149c1fda2f5b4beb7ba5863 [file] [log] [blame]
{
"name": "SCBasicComponents",
"version": "0.5.7",
"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.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SCBasicComponents/Classes/**/*.{h,m}",
"requires_arc": true,
"public_header_files": "SCBasicComponents/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}