blob: d0f959e953ab982daf662bf418d7e8dfdc934042 [file] [log] [blame]
{
"name": "KSCKit",
"version": "3.0.4",
"summary": "KSCKit.",
"description": "this is KSCKit",
"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.0.4"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"preserve_paths": "**/KSCKit.framework",
"ios": {
"vendored_frameworks": "**/KSCKit.framework"
},
"resources": "KSCKit/KSCKit/Resource/KSCKit.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"KSCCategory": [
],
"Masonry": [
],
"TYPagerController": [
]
}
}