blob: 942a39d5b53e21f9b1d61dae691f25e39ff146f4 [file] [log] [blame]
{
"name": "KSCKit",
"version": "2.3.1",
"summary": "个人私有库",
"description": "- 添加自定义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.1"
},
"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"
]
}
}