[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 2 / 9 / MKUI / 1.0.6.29 / MKUI.podspec.json
blob4f5dcba7306ad2fe24e7ca821ac7cb0d14975464
2   "name": "MKUI",
3   "version": "1.0.6.29",
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.29"
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": "UICollectionModel",
118       "source_files": "MKUI/UICollectionModel/*.{h,m}",
119       "dependencies": {
120         "MKUI/CollectionModel": [
122         ],
123         "MKUI/Constraint": [
125         ],
126         "MKUI/Extension": [
128         ],
129         "MKUI/Core": [
131         ]
132       },
133       "frameworks": "UIKit"
134     },
135     {
136       "name": "UIPickerViewModel",
137       "source_files": "MKUI/UIPickerViewModel/*.{h,m}",
138       "dependencies": {
139         "MKUI/CollectionModel": [
141         ]
142       },
143       "frameworks": "UIKit"
144     },
145     {
146       "name": "TarBarController",
147       "source_files": "MKUI/TarBarController/*.{h,m}",
148       "dependencies": {
149         "MKUI/ListView": [
151         ],
152         "MKUI/UICollectionModel": [
154         ],
155         "MKUI/FlowLayoutButton": [
157         ],
158         "MKUI/Constraint": [
160         ],
161         "MKUI/Extension": [
163         ],
164         "MKUI/Core": [
166         ]
167       },
168       "frameworks": "UIKit"
169     },
170     {
171       "name": "CollectionViewLayout",
172       "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
173       "dependencies": {
174         "MKUI/Core": [
176         ],
177         "MKUI/Extension": [
179         ],
180         "MKUI/Constraint": [
182         ]
183       },
184       "frameworks": [
185         "UIKit",
186         "AudioToolbox"
187       ]
188     },
189     {
190       "name": "CollectionViewLayout_UICollectionModel",
191       "source_files": "MKUI/CollectionViewLayout_UICollectionModel/*.{h,m}",
192       "dependencies": {
193         "MKUI/Core": [
195         ],
196         "MKUI/Extension": [
198         ],
199         "MKUI/CollectionViewLayout": [
201         ],
202         "MKUI/Constraint": [
204         ],
205         "MKUI/UICollectionModel": [
207         ]
208       },
209       "frameworks": [
210         "UIKit",
211         "AudioToolbox"
212       ]
213     },
214     {
215       "name": "Theme",
216       "source_files": "MKUI/Theme/*.{h,m}",
217       "dependencies": {
218         "MKUI/Core": [
220         ],
221         "MKUI/Extension": [
223         ]
224       },
225       "frameworks": "UIKit"
226     },
227     {
228       "name": "PageControl",
229       "source_files": "MKUI/PageControl/*.{h,m}",
230       "dependencies": {
231         "MKUI/Core": [
233         ],
234         "MKUI/Extension": [
236         ],
237         "MKUI/CollectionViewLayout": [
239         ],
240         "MKUI/UICollectionModel": [
242         ]
243       },
244       "frameworks": [
245         "UIKit",
246         "AudioToolbox"
247       ]
248     }
249   ]