[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 9 / 1 / 5 / CLKit / 1.0.1 / CLKit.podspec.json
blob1f5283c4915713454e6f313f117d7e557c07e64d
2   "name": "CLKit",
3   "version": "1.0.1",
4   "summary": "一些常用控件封装",
5   "description": "封装了常用的控件,如button、label、alertView、actionSheet等",
6   "homepage": "https://github.com/colaicode/CLKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "colaicode": "colaicode@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/colaicode/CLKit.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "CLKitDemo/KKKit/KKKit.h",
22   "public_header_files": "CLKitDemo/KKKit/KKKit.h",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "KKBaseButton",
27       "source_files": "CLKitDemo/KKKit/KKBaseButton/*.{h,m}",
28       "public_header_files": "CLKitDemo/KKKit/KKBaseButton/KKBaseButton.h"
29     },
30     {
31       "name": "KKBaseLabel",
32       "source_files": "CLKitDemo/KKKit/KKBaseLabel/*.{h,m}",
33       "public_header_files": "CLKitDemo/KKKit/KKBaseLabel/KKBaseLabel.h"
34     },
35     {
36       "name": "KKBaseAlertView",
37       "source_files": "CLKitDemo/KKKit/KKBaseAlertView/*.{h,m}",
38       "public_header_files": "CLKitDemo/KKKit/KKBaseAlertView/KKBaseAlertView.h"
39     },
40     {
41       "name": "KKBaseActionSheet",
42       "source_files": "CLKitDemo/KKKit/KKBaseActionSheet/*.{h,m}",
43       "public_header_files": "CLKitDemo/KKKit/KKBaseActionSheet/KKBaseActionSheet.h"
44     }
45   ]