[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 5 / 6 / CKKit / 0.0.9 / CKKit.podspec.json
blob4631a6d454aa93728b6379227009a4db481cd8d4
2   "name": "CKKit",
3   "version": "0.0.9",
4   "summary": "组件化,经常用到的输入框类型的控件,造一个好用的轮子,方便复用,以及快速开发。",
5   "description": "CKKit 组件化一些常用的工具,便于快速生成界面!常用的inputView控件,支持数字键盘、文字、时间选择、按钮,spinnerView控件,下拉选择等等",
6   "homepage": "https://github.com/ThreeYearOld/CKKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ThreeYearOld": "ThreeYearOld"
13   },
14   "source": {
15     "git": "https://github.com/ThreeYearOld/CKKit.git",
16     "tag": "0.0.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "vendored_frameworks": "CKKit/Classes/*.framework",
22   "resources": "CKKit/Classes/Resources/Sources.bundle",
23   "dependencies": {
24     "Masonry": [
26     ]
27   }