blob: 18a21ed83611830b5509458985eee57a101d2266 [file] [log] [blame]
{
"name": "KSCUtils",
"version": "1.0.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/KSCUtils.git",
"tag": "1.0.6"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Product/KSCUtils.framework"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"FMDB": [
]
}
}