[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 2 / 9 / MKUI / 1.0.6.30 / MKUI.podspec.json
blob1ac8137ac8ff72ceca5ab6aaa1521a51143496d8
2   "name": "MKUI",
3   "version": "1.0.6.30",
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.30"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MKUI/*.h",
22   "frameworks": [
23     "UIKit",
24     "AudioToolbox"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "MKUI/Core/*.{h,m}",
30       "frameworks": "UIKit"
31     },
32     {
33       "name": "Extension",
34       "source_files": "MKUI/Extension/*.{h,m}",
35       "dependencies": {
36         "MKUI/Core": [
38         ]
39       },
40       "frameworks": "UIKit"
41     },
42     {
43       "name": "Constraint",
44       "source_files": "MKUI/Constraint/*.{h,m}",
45       "dependencies": {
46         "MKUI/Core": [
48         ]
49       },
50       "frameworks": "UIKit"
51     },
52     {
53       "name": "FlowLayoutButton",
54       "source_files": "MKUI/FlowLayoutButton/*.{h,m}",
55       "dependencies": {
56         "MKUI/Constraint": [
58         ],
59         "MKUI/Extension": [
61         ],
62         "MKUI/Core": [
64         ]
65       },
66       "frameworks": "UIKit"
67     },
68     {
69       "name": "CollectionModel",
70       "source_files": "MKUI/CollectionModel/*.{h,m}",
71       "dependencies": {
72         "MKUI/Extension": [
74         ],
75         "MKUI/Core": [
77         ]
78       },
79       "frameworks": "UIKit"
80     },
81     {
82       "name": "UITableViewModel",
83       "source_files": "MKUI/UITableViewModel/*.{h,m}",
84       "dependencies": {
85         "MKUI/CollectionModel": [
87         ],
88         "MKUI/Constraint": [
90         ],
91         "MKUI/Extension": [
93         ],
94         "MKUI/Core": [
96         ]
97       },
98       "frameworks": "UIKit"
99     },
100     {
101       "name": "ListView",
102       "source_files": "MKUI/ListView/*.{h,m}",
103       "dependencies": {
104         "MKUI/Constraint": [
106         ],
107         "MKUI/Extension": [
109         ],
110         "MKUI/Core": [
112         ]
113       },
114       "frameworks": "UIKit"
115     },
116     {
117       "name": "Element",
118       "source_files": "MKUI/Element/*.{h,m}",
119       "dependencies": {
120         "MKUI/Constraint": [
122         ],
123         "MKUI/Extension": [
125         ],
126         "MKUI/Core": [
128         ],
129         "MKUI/ListView": [
131         ],
132         "MKUI/UITableViewModel": [
134         ]
135       },
136       "frameworks": "UIKit"
137     },
138     {
139       "name": "UICollectionModel",
140       "source_files": "MKUI/UICollectionModel/*.{h,m}",
141       "dependencies": {
142         "MKUI/CollectionModel": [
144         ],
145         "MKUI/Constraint": [
147         ],
148         "MKUI/Extension": [
150         ],
151         "MKUI/Core": [
153         ]
154       },
155       "frameworks": "UIKit"
156     },
157     {
158       "name": "UIPickerViewModel",
159       "source_files": "MKUI/UIPickerViewModel/*.{h,m}",
160       "dependencies": {
161         "MKUI/CollectionModel": [
163         ]
164       },
165       "frameworks": "UIKit"
166     },
167     {
168       "name": "TarBarController",
169       "source_files": "MKUI/TarBarController/*.{h,m}",
170       "dependencies": {
171         "MKUI/ListView": [
173         ],
174         "MKUI/UICollectionModel": [
176         ],
177         "MKUI/CollectionViewLayout": [
179         ],
180         "MKUI/FlowLayoutButton": [
182         ],
183         "MKUI/Constraint": [
185         ],
186         "MKUI/Extension": [
188         ],
189         "MKUI/Core": [
191         ]
192       },
193       "frameworks": "UIKit"
194     },
195     {
196       "name": "CollectionViewLayout",
197       "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
198       "dependencies": {
199         "MKUI/Core": [
201         ],
202         "MKUI/Extension": [
204         ],
205         "MKUI/Constraint": [
207         ]
208       },
209       "frameworks": [
210         "UIKit",
211         "AudioToolbox"
212       ]
213     },
214     {
215       "name": "CollectionViewLayout_UICollectionModel",
216       "source_files": "MKUI/CollectionViewLayout_UICollectionModel/*.{h,m}",
217       "dependencies": {
218         "MKUI/Core": [
220         ],
221         "MKUI/Extension": [
223         ],
224         "MKUI/CollectionViewLayout": [
226         ],
227         "MKUI/Constraint": [
229         ],
230         "MKUI/UICollectionModel": [
232         ]
233       },
234       "frameworks": [
235         "UIKit",
236         "AudioToolbox"
237       ]
238     },
239     {
240       "name": "Theme",
241       "source_files": "MKUI/Theme/*.{h,m}",
242       "dependencies": {
243         "MKUI/Core": [
245         ],
246         "MKUI/Extension": [
248         ]
249       },
250       "frameworks": "UIKit"
251     },
252     {
253       "name": "PageControl",
254       "source_files": "MKUI/PageControl/*.{h,m}",
255       "dependencies": {
256         "MKUI/Core": [
258         ],
259         "MKUI/Extension": [
261         ],
262         "MKUI/CollectionViewLayout": [
264         ],
265         "MKUI/UICollectionModel": [
267         ]
268       },
269       "frameworks": [
270         "UIKit",
271         "AudioToolbox"
272       ]
273     }
274   ]