blob: 39e9480bc5884cedfaf6ebe0e6e77f7cbc1a45c6 [file] [log] [blame]
{
"name": "KSCKit",
"version": "2.3.6",
"summary": "个人私有库",
"description": "- scrollView子类添加预加载方法\n- 添加KSCMediator\n- 添加自定义contentScrollView\n个人平时开发使用库, 为的就是方便快捷!!!",
"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.3.6"
},
"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"
]
}
}