[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 2 / 9 / MKUI / 1.0.6.11 / MKUI.podspec.json
blobee0bb0f2cf075f1a0cebf3e4463f2f05e5bd53b7
2   "name": "MKUI",
3   "version": "1.0.6.11",
4   "summary": "iOS上,对集合类型的视图进行模型封装,以及提供结构化的视图",
5   "description": "* 对UITableView,UICollectionView,UIPickerView进行模型数据封装\n* 提供一套TabBar页签控制器机制\n* 仿照安卓,提供简单的布局容器\n* 提供流式布局的UIButton子类\n* 提供自定义的CollectionViewLayout(支持循环滚动的流布局)",
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.11"
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": "UICollectionModel",
102       "source_files": "MKUI/UICollectionModel/*.{h,m}",
103       "dependencies": {
104         "MKUI/CollectionModel": [
106         ],
107         "MKUI/Constraint": [
109         ],
110         "MKUI/Extension": [
112         ],
113         "MKUI/Core": [
115         ]
116       },
117       "frameworks": "UIKit"
118     },
119     {
120       "name": "UIPickerViewModel",
121       "source_files": "MKUI/UIPickerViewModel/*.{h,m}",
122       "dependencies": {
123         "MKUI/CollectionModel": [
125         ]
126       },
127       "frameworks": "UIKit"
128     },
129     {
130       "name": "TarBarController",
131       "source_files": "MKUI/TarBarController/*.{h,m}",
132       "dependencies": {
133         "MKUI/UICollectionModel": [
135         ],
136         "MKUI/FlowLayoutButton": [
138         ],
139         "MKUI/Constraint": [
141         ],
142         "MKUI/Extension": [
144         ],
145         "MKUI/Core": [
147         ]
148       },
149       "frameworks": "UIKit"
150     },
151     {
152       "name": "CollectionViewLayout",
153       "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
154       "dependencies": {
155         "MKUI/Core": [
157         ],
158         "MKUI/Extension": [
160         ]
161       },
162       "frameworks": [
163         "UIKit",
164         "AudioToolbox"
165       ]
166     },
167     {
168       "name": "Theme",
169       "source_files": "MKUI/Theme/*.{h,m}",
170       "dependencies": {
171         "MKUI/Core": [
173         ],
174         "MKUI/Extension": [
176         ]
177       },
178       "frameworks": "UIKit"
179     }
180   ]