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