[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 2 / 9 / MKUI / 1.0.6.25 / MKUI.podspec.json
bloba71819f3c371cc381e754d5091da5c3abce3c80b
2   "name": "MKUI",
3   "version": "1.0.6.25",
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.25"
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/UICollectionModel": [
151         ],
152         "MKUI/FlowLayoutButton": [
154         ],
155         "MKUI/Constraint": [
157         ],
158         "MKUI/Extension": [
160         ],
161         "MKUI/Core": [
163         ]
164       },
165       "frameworks": "UIKit"
166     },
167     {
168       "name": "CollectionViewLayout",
169       "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
170       "dependencies": {
171         "MKUI/Core": [
173         ],
174         "MKUI/Extension": [
176         ],
177         "MKUI/Constraint": [
179         ]
180       },
181       "frameworks": [
182         "UIKit",
183         "AudioToolbox"
184       ]
185     },
186     {
187       "name": "CollectionViewLayout_UICollectionModel",
188       "source_files": "MKUI/CollectionViewLayout_UICollectionModel/*.{h,m}",
189       "dependencies": {
190         "MKUI/Core": [
192         ],
193         "MKUI/Extension": [
195         ],
196         "MKUI/CollectionViewLayout": [
198         ],
199         "MKUI/Constraint": [
201         ],
202         "MKUI/UICollectionModel": [
204         ]
205       },
206       "frameworks": [
207         "UIKit",
208         "AudioToolbox"
209       ]
210     },
211     {
212       "name": "Theme",
213       "source_files": "MKUI/Theme/*.{h,m}",
214       "dependencies": {
215         "MKUI/Core": [
217         ],
218         "MKUI/Extension": [
220         ]
221       },
222       "frameworks": "UIKit"
223     },
224     {
225       "name": "PageControl",
226       "source_files": "MKUI/PageControl/*.{h,m}",
227       "dependencies": {
228         "MKUI/Core": [
230         ],
231         "MKUI/Extension": [
233         ],
234         "MKUI/CollectionViewLayout": [
236         ],
237         "MKUI/UICollectionModel": [
239         ]
240       },
241       "frameworks": [
242         "UIKit",
243         "AudioToolbox"
244       ]
245     }
246   ]