blob: 1678b84ed27e6233831f1ff4cd05285ff0122e8c [file] [log] [blame]
{
"name": "KSCControl",
"version": "1.5",
"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.5"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Product/KSCControl.framework"
},
"resources": "KSCControl/KSCControl/Resource/*.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"YYWebImage": [
],
"KSCCategory": [
],
"KSCNetworking": [
]
}
}