blob: 42a4d06f41e20cb54b1a31b4a4130a414c99d8db [file] [log] [blame]
{
"name": "CLKit",
"version": "1.0.2",
"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.2"
},
"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"
}
]
}