[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 3 / 0 / LUITool / 0.1.17 / LUITool.podspec.json
blob3d2c7477693bd9fa556df6d49140a8d5c8689d3d
2   "name": "LUITool",
3   "version": "0.1.17",
4   "summary": "基础工具库",
5   "description": "* 主题,自定义tabbar,简化tableView,collectionView,自定义alertView,actionSheetView, 可扩大点击范围的按钮,有内边距的label,聊天界面,搜索,自定义键盘,",
6   "homepage": "https://github.com/linlishu8/LUITool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "linlishu8": "linlishu8@163.com"
13   },
14   "source": {
15     "git": "https://github.com/linlishu8/LUITool.git",
16     "tag": "0.1.17"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LUITool/Classes/*.h",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "LUICore",
26       "source_files": "LUITool/Classes/LUICore/*.{h,m}",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "LUICategory",
31       "source_files": "LUITool/Classes/LUICategory/*.{h,m}",
32       "dependencies": {
33         "LUITool/LUICore": [
35         ]
36       },
37       "frameworks": "UIKit"
38     },
39     {
40       "name": "LUIConstraint",
41       "source_files": "LUITool/Classes/LUIConstraint/*.{h,m}",
42       "dependencies": {
43         "LUITool/LUICore": [
45         ]
46       },
47       "frameworks": "UIKit"
48     },
49     {
50       "name": "LUILayoutButton",
51       "source_files": "LUITool/Classes/LUILayoutButton/*.{h,m}",
52       "dependencies": {
53         "LUITool/LUIConstraint": [
55         ],
56         "LUITool/LUICategory": [
58         ],
59         "LUITool/LUICore": [
61         ]
62       },
63       "frameworks": "UIKit"
64     },
65     {
66       "name": "LUICollectionModelBase",
67       "source_files": "LUITool/Classes/LUICollectionModelBase/*.{h,m}",
68       "dependencies": {
69         "LUITool/LUICategory": [
71         ],
72         "LUITool/LUICore": [
74         ]
75       },
76       "frameworks": "UIKit"
77     },
78     {
79       "name": "LUITableView",
80       "source_files": "LUITool/Classes/LUITableView/*.{h,m}",
81       "dependencies": {
82         "LUITool/LUICollectionModelBase": [
84         ],
85         "LUITool/LUIConstraint": [
87         ],
88         "LUITool/LUICategory": [
90         ],
91         "LUITool/LUICore": [
93         ]
94       },
95       "frameworks": "UIKit"
96     },
97     {
98       "name": "LUICollectionView",
99       "source_files": "LUITool/Classes/LUICollectionView/*.{h,m}",
100       "dependencies": {
101         "LUITool/LUICollectionModelBase": [
103         ],
104         "LUITool/LUIConstraint": [
106         ],
107         "LUITool/LUICategory": [
109         ],
110         "LUITool/LUICore": [
112         ]
113       },
114       "frameworks": "UIKit"
115     },
116     {
117       "name": "LUITheme",
118       "source_files": "LUITool/Classes/LUITheme/*.{h,m}",
119       "dependencies": {
120         "LUITool/LUICore": [
122         ],
123         "LUITool/LUICategory": [
125         ]
126       },
127       "frameworks": "UIKit"
128     },
129     {
130       "name": "LUIEdgeInsetsUILabel",
131       "source_files": "LUITool/Classes/LUIEdgeInsetsUILabel/*.{h,m}",
132       "frameworks": "UIKit"
133     },
134     {
135       "name": "LUICollectionViewLayout",
136       "source_files": "LUITool/Classes/LUICollectionViewLayout/*.{h,m}",
137       "dependencies": {
138         "LUITool/LUICore": [
140         ],
141         "LUITool/LUICategory": [
143         ],
144         "LUITool/LUIConstraint": [
146         ]
147       },
148       "frameworks": "UIKit"
149     },
150     {
151       "name": "LUIKeyboard",
152       "source_files": "LUITool/Classes/LUIKeyboard/*.{h,m}",
153       "dependencies": {
154         "LUITool/LUIConstraint": [
156         ],
157         "LUITool/LUICollectionView": [
159         ],
160         "LUITool/LUILayoutButton": [
162         ]
163       },
164       "frameworks": "UIKit"
165     },
166     {
167       "name": "LUILedBannerVerticalView",
168       "source_files": "LUITool/Classes/LUILedBannerVerticalView/*.{h,m}",
169       "dependencies": {
170         "LUITool/LUICollectionViewLayout": [
172         ],
173         "LUITool/LUICore": [
175         ],
176         "LUITool/LUICollectionView": [
178         ]
179       },
180       "frameworks": "UIKit"
181     },
182     {
183       "name": "LUIPageControl",
184       "source_files": "LUITool/Classes/LUIPageControl/*.{h,m}",
185       "dependencies": {
186         "LUITool/LUICollectionView": [
188         ],
189         "LUITool/LUICore": [
191         ],
192         "LUITool/LUICategory": [
194         ],
195         "LUITool/LUIConstraint": [
197         ],
198         "LUITool/LUICollectionViewLayout": [
200         ]
201       },
202       "frameworks": "UIKit"
203     }
204   ]