blob: 4ec297498be538e0bad1e783183800a0b69a8065 [file] [log] [blame]
{
"name": "CKKit",
"version": "0.0.6",
"summary": "组件化,经常用到的输入框类型的控件,造一个好用的轮子,方便复用,以及快速开发。",
"description": "CKKit 组件化一些常用的工具,便于快速生成界面!常用的inputView控件,支持数字键盘、文字、时间选择、按钮,spinnerView控件,下拉选择等等",
"homepage": "https://github.com/ThreeYearOld/CKKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ThreeYearOld": "ThreeYearOld"
},
"source": {
"git": "https://github.com/ThreeYearOld/CKKit.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "CKKit/Classes/*.framework",
"resources": "CKKit/Classes/Resources/Sources.bundle",
"dependencies": {
"Masonry": [
]
}
}