blob: 3ff80b2c62e7abf676d6653b7ae286f8065cd519 [file] [log] [blame]
{
"name": "CLKit",
"version": "1.0.0",
"summary": "一些常用控件封装",
"description": "封装了常用的控件,如button、label、alertView、actionSheet等",
"homepage": "https://github.com/colaicode/CLKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"colaicode": "colaicode@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/colaicode/CLKit.git",
"tag": "1.0.0"
},
"source_files": "CLKitDemo/KKKit/**/*.{h,m}",
"requires_arc": true
}