blob: 83f77d72414e536f4da777c759d9ceff75c722a2 [file] [log] [blame]
{
"name": "KSCKit",
"version": "3.1.1",
"summary": "个人私有库",
"description": "个人平时开发使用库, 为的就是方便快捷!!!",
"platforms": {
"ios": "8.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.1"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"preserve_paths": "**/KSCKit.framework",
"ios": {
"vendored_frameworks": "**/KSCKit.framework"
},
"resources": "KSCKit/KSCKit/Resource/KSCKit.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"FMDB": [
],
"Masonry": [
],
"MJRefresh": [
],
"DZNEmptyDataSet": [
],
"TYPagerController": [
]
}
}