blob: 183dc13bc3308b7129470162d134cac8ccd5779d [file] [log] [blame]
{
"name": "KSCControl",
"version": "1.0.9",
"summary": "个人常用的自定义控件",
"description": "个人常用的自定义控件",
"homepage": "https://dev.tencent.com/u/KanSC",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://git.dev.tencent.com/KanSC/KSCControl.git",
"tag": "1.0.9"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Product/KSCControl.framework"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
]
}
}