[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / 5 / CLKit / 1.1.6 / CLKit.podspec.json
blob5ff1d0556e5fb569e64e3dddc8f1c0b9b186bc0b
2   "name": "CLKit",
3   "version": "1.1.6",
4   "summary": "一些常用控件封装",
5   "description": "封装了常用的控件,如button、label、textfield、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.1.6"
20   },
21   "resources": "CLKitDemo/KKKit/KKKit.bundle",
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "KKBaseButton",
31       "source_files": "CLKitDemo/KKKit/KKBaseButton/*.{h,m}",
32       "public_header_files": "CLKitDemo/KKKit/KKBaseButton/KKBaseButton.h"
33     },
34     {
35       "name": "KKBaseLabel",
36       "source_files": "CLKitDemo/KKKit/KKBaseLabel/*.{h,m}",
37       "public_header_files": "CLKitDemo/KKKit/KKBaseLabel/KKBaseLabel.h"
38     },
39     {
40       "name": "KKBaseAlertView",
41       "source_files": "CLKitDemo/KKKit/KKBaseAlertView/*.{h,m}",
42       "public_header_files": "CLKitDemo/KKKit/KKBaseAlertView/KKBaseAlertView.h"
43     },
44     {
45       "name": "KKBaseActionSheet",
46       "source_files": "CLKitDemo/KKKit/KKBaseActionSheet/*.{h,m}",
47       "public_header_files": "CLKitDemo/KKKit/KKBaseActionSheet/KKBaseActionSheet.h"
48     },
49     {
50       "name": "KKBaseTextField",
51       "source_files": "CLKitDemo/KKKit/KKBaseTextField/*.{h,m}",
52       "public_header_files": "CLKitDemo/KKKit/KKBaseTextField/KKBaseTextField.h"
53     },
54     {
55       "name": "KKBaseTableView",
56       "source_files": "CLKitDemo/KKKit/KKBaseTableView/*.{h,m}",
57       "public_header_files": "CLKitDemo/KKKit/KKBaseTableView/*.h"
58     },
59     {
60       "name": "KKBaseViewController",
61       "source_files": "CLKitDemo/KKKit/KKBaseViewController/*.{h,m}",
62       "public_header_files": "CLKitDemo/KKKit/KKBaseViewController/*.h",
63       "dependencies": {
64         "CLKit/KKBaseLabel": [
66         ],
67         "CLKit/KKBaseButton": [
69         ],
70         "CLKit/KKBaseTableView": [
72         ]
73       }
74     }
75   ]