[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / 2 / 9 / MKUI / 1.0.6.31 / MKUI.podspec.json
blob5450c3e9d0a9ec54ebd9ef4410d6495004931497
2   "name": "MKUI",
3   "version": "1.0.6.31",
4   "summary": "iOS上,对集合类型的视图进行模型封装,以及提供结构化的视图",
5   "description": "* 对UITableView,UICollectionView,UIPickerView进行模型数据封装\n* 提供一套TabBar页签控制器机制\n* 仿照安卓,提供简单的布局容器\n* 提供流式布局的UIButton子类\n* 提供自定义的CollectionViewLayout(支持循环滚动的流布局)\n* 依照UITableView,提供一个UIListView,按流布局方面管理自己的子view。刷新时,只是计算子view的位置,不会移除、添加子view",
6   "homepage": "https://gitee.com/sushangjin/MKUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sushangjin": "381130632@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/sushangjin/MKUI",
16     "tag": "1.0.6.31"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MKUI/*.h",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "MKUI/Core/*.{h,m}",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "Extension",
31       "source_files": "MKUI/Extension/*.{h,m}",
32       "dependencies": {
33         "MKUI/Core": [
35         ]
36       },
37       "frameworks": "UIKit"
38     },
39     {
40       "name": "Constraint",
41       "source_files": "MKUI/Constraint/*.{h,m}",
42       "dependencies": {
43         "MKUI/Core": [
45         ]
46       },
47       "frameworks": "UIKit"
48     },
49     {
50       "name": "FlowLayoutButton",
51       "source_files": "MKUI/FlowLayoutButton/*.{h,m}",
52       "dependencies": {
53         "MKUI/Constraint": [
55         ],
56         "MKUI/Extension": [
58         ],
59         "MKUI/Core": [
61         ]
62       },
63       "frameworks": "UIKit"
64     },
65     {
66       "name": "CollectionModel",
67       "source_files": "MKUI/CollectionModel/*.{h,m}",
68       "dependencies": {
69         "MKUI/Extension": [
71         ],
72         "MKUI/Core": [
74         ]
75       },
76       "frameworks": "UIKit"
77     },
78     {
79       "name": "UITableViewModel",
80       "source_files": "MKUI/UITableViewModel/*.{h,m}",
81       "dependencies": {
82         "MKUI/CollectionModel": [
84         ],
85         "MKUI/Constraint": [
87         ],
88         "MKUI/Extension": [
90         ],
91         "MKUI/Core": [
93         ]
94       },
95       "frameworks": "UIKit"
96     },
97     {
98       "name": "ListView",
99       "source_files": "MKUI/ListView/*.{h,m}",
100       "dependencies": {
101         "MKUI/Constraint": [
103         ],
104         "MKUI/Extension": [
106         ],
107         "MKUI/Core": [
109         ]
110       },
111       "frameworks": "UIKit"
112     },
113     {
114       "name": "Element",
115       "source_files": "MKUI/Element/*.{h,m}",
116       "dependencies": {
117         "MKUI/Constraint": [
119         ],
120         "MKUI/Extension": [
122         ],
123         "MKUI/Core": [
125         ],
126         "MKUI/ListView": [
128         ],
129         "MKUI/UITableViewModel": [
131         ]
132       },
133       "frameworks": "UIKit"
134     },
135     {
136       "name": "UICollectionModel",
137       "source_files": "MKUI/UICollectionModel/*.{h,m}",
138       "dependencies": {
139         "MKUI/CollectionModel": [
141         ],
142         "MKUI/Constraint": [
144         ],
145         "MKUI/Extension": [
147         ],
148         "MKUI/Core": [
150         ]
151       },
152       "frameworks": "UIKit"
153     },
154     {
155       "name": "UIPickerViewModel",
156       "source_files": "MKUI/UIPickerViewModel/*.{h,m}",
157       "dependencies": {
158         "MKUI/CollectionModel": [
160         ]
161       },
162       "frameworks": "UIKit"
163     },
164     {
165       "name": "TarBarController",
166       "source_files": "MKUI/TarBarController/*.{h,m}",
167       "dependencies": {
168         "MKUI/ListView": [
170         ],
171         "MKUI/UICollectionModel": [
173         ],
174         "MKUI/CollectionViewLayout": [
176         ],
177         "MKUI/FlowLayoutButton": [
179         ],
180         "MKUI/Constraint": [
182         ],
183         "MKUI/Extension": [
185         ],
186         "MKUI/Core": [
188         ]
189       },
190       "frameworks": "UIKit"
191     },
192     {
193       "name": "CollectionViewLayout",
194       "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
195       "dependencies": {
196         "MKUI/Core": [
198         ],
199         "MKUI/Extension": [
201         ],
202         "MKUI/Constraint": [
204         ]
205       },
206       "frameworks": "UIKit"
207     },
208     {
209       "name": "CollectionViewLayout_UICollectionModel",
210       "source_files": "MKUI/CollectionViewLayout_UICollectionModel/*.{h,m}",
211       "dependencies": {
212         "MKUI/Core": [
214         ],
215         "MKUI/Extension": [
217         ],
218         "MKUI/CollectionViewLayout": [
220         ],
221         "MKUI/Constraint": [
223         ],
224         "MKUI/UICollectionModel": [
226         ]
227       },
228       "frameworks": "UIKit"
229     },
230     {
231       "name": "Theme",
232       "source_files": "MKUI/Theme/*.{h,m}",
233       "dependencies": {
234         "MKUI/Core": [
236         ],
237         "MKUI/Extension": [
239         ]
240       },
241       "frameworks": "UIKit"
242     },
243     {
244       "name": "PageControl",
245       "source_files": "MKUI/PageControl/*.{h,m}",
246       "dependencies": {
247         "MKUI/Core": [
249         ],
250         "MKUI/Extension": [
252         ],
253         "MKUI/CollectionViewLayout": [
255         ],
256         "MKUI/UICollectionModel": [
258         ]
259       },
260       "frameworks": "UIKit"
261     },
262     {
263       "name": "Alert",
264       "source_files": "MKUI/Alert/*.{h,m}",
265       "dependencies": {
266         "MKUI/Core": [
268         ],
269         "MKUI/Extension": [
271         ],
272         "MKUI/ListView": [
274         ]
275       },
276       "frameworks": "UIKit"
277     }
278   ]