blob: 823230db6735d6771651beb34edc7f2a62c082ef [file] [log] [blame]
{
"name": "KSCCategory",
"version": "1.6",
"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/KSCCategory.git",
"tag": "1.6"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Product/KSCCategory.framework"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DZNEmptyDataSet": [
],
"MJRefresh": [
],
"Masonry": [
],
"YYKit": [
]
}
}