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