blob: 98d3e8277392d277625ee3ce52230b0e210db42f [file] [log] [blame]
{
"name": "KSCKit",
"version": "2.5.2",
"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.5.2"
},
"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"
],
"TYPagerController": [
"~> 2.1.2"
],
"DZNEmptyDataSet": [
"~> 1.8.1"
]
}
}