blob: a991a82b9be899f6ab24112364f87276b08a5453 [file] [log] [blame]
{
"name": "KSCKit",
"version": "3.1.5",
"summary": "个人私有库",
"description": "个人平时开发使用库, 为的就是方便快捷!!!",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"homepage": "https://dev.tencent.com/u/KanSC",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"source": {
"git": "https://git.dev.tencent.com/KanSC/KSCKit.git",
"tag": "3.1.5"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"ios": {
"vendored_frameworks": "Product/*.framework"
},
"resources": "KSCKit/KSCKit/Resource/*.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"FMDB": [
],
"Masonry": [
],
"MJRefresh": [
],
"DZNEmptyDataSet": [
],
"TYPagerController": [
]
}
}