blob: c5e4c018fa47036516bed1cb624e91bbed689d62 [file] [log] [blame]
{
"name": "KSCKit",
"version": "2.0.4",
"summary": "个人私有库",
"description": "首次测试上传个人私有库,不知道能不能行!",
"homepage": "https://coding.net/u/KanSC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.coding.net/KanSC/KSCKit.git",
"tag": "2.0.4"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"requires_arc": true,
"resources": "KSCKit/Resource/KSCKit.bundle",
"ios": {
"vendored_frameworks": "KSCKit/KSCKit.framework"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
"~> 3.1.15.3"
],
"Masonry": [
"~> 1.1.0"
]
}
}