blob: 1f5283c4915713454e6f313f117d7e557c07e64d [file] [log] [blame]
{
"name": "CLKit",
"version": "1.0.1",
"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.1"
},
"source_files": "CLKitDemo/KKKit/KKKit.h",
"public_header_files": "CLKitDemo/KKKit/KKKit.h",
"requires_arc": true,
"subspecs": [
{
"name": "KKBaseButton",
"source_files": "CLKitDemo/KKKit/KKBaseButton/*.{h,m}",
"public_header_files": "CLKitDemo/KKKit/KKBaseButton/KKBaseButton.h"
},
{
"name": "KKBaseLabel",
"source_files": "CLKitDemo/KKKit/KKBaseLabel/*.{h,m}",
"public_header_files": "CLKitDemo/KKKit/KKBaseLabel/KKBaseLabel.h"
},
{
"name": "KKBaseAlertView",
"source_files": "CLKitDemo/KKKit/KKBaseAlertView/*.{h,m}",
"public_header_files": "CLKitDemo/KKKit/KKBaseAlertView/KKBaseAlertView.h"
},
{
"name": "KKBaseActionSheet",
"source_files": "CLKitDemo/KKKit/KKBaseActionSheet/*.{h,m}",
"public_header_files": "CLKitDemo/KKKit/KKBaseActionSheet/KKBaseActionSheet.h"
}
]
}