blob: 1a6bb98425c1979df4a78560f25eb554cecaecc4 [file] [log] [blame]
{
"name": "SCBasicComponentsKit",
"version": "0.5.8",
"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.8"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": [
"build/Debug-iphoneos/SCBasicComponentsKit.framework"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}