blob: 44274529d25741901d41173c48cde5bf9e521027 [file] [log] [blame]
{
"name": "CLKit",
"version": "1.1.3",
"summary": "一些常用控件封装",
"description": "封装了常用的控件,如button、label、textfield、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.1.3"
},
"source_files": "CLKitDemo/KKKit/**/*.{h,m}",
"public_header_files": "CLKitDemo/KKKit/**/*.{h}",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}