[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 8 / QMUIKit_TestSpec / 2.2.5 / QMUIKit_TestSpec.podspec.json
blobd4d9502aa97158082a9ec95357bad1ee9660c22c
2   "name": "QMUIKit_TestSpec",
3   "version": "2.2.5",
4   "summary": "致力于提高项目 UI 开发效率的解决方案",
5   "description": "QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设计目的是用于辅助快速搭建一个具备基本设计还原效果的 iOS 项目,同时利用自身提供的丰富控件及兼容处理, 让开发者能专注于业务需求而无需耗费精力在基础代码的设计上。不管是新项目的创建,或是已有项目的维护,均可使开发效率和项目质量得到大幅度提升。",
6   "homepage": "http://qmuiteam.com/ios",
7   "license": "MIT",
8   "authors": {
9     "qmuiteam": "qmuiteam@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/MoLice/QMUI_iOS.git",
13     "tag": "2.2.5"
14   },
15   "social_media_url": "https://github.com/MoLice/QMUI_iOS",
16   "requires_arc": true,
17   "documentation_url": "http://qmuiteam.com/ios/page/document.html",
18   "screenshots": "https://cloud.githubusercontent.com/assets/1190261/26751376/63f96538-486a-11e7-81cf-5bc83a945207.png",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics",
26     "Photos"
27   ],
28   "preserve_paths": "QMUIConfigurationTemplate/*",
29   "resources": "QMUIKit/**/*.bundle",
30   "public_header_files": "QMUIKit/QMUIKit.h",
31   "source_files": "QMUIKit/QMUIKit.h",
32   "subspecs": [
33     {
34       "name": "QMUICore",
35       "source_files": [
36         "QMUIKit/UICore",
37         "QMUIKit/UIKitExtensions"
38       ]
39     },
40     {
41       "name": "QMUIMainFrame",
42       "source_files": "QMUIKit/UIMainFrame",
43       "dependencies": {
44         "QMUIKit_TestSpec/QMUICore": [
46         ],
47         "QMUIKit_TestSpec/QMUIComponents/QMUINavigationTitleView": [
49         ],
50         "QMUIKit_TestSpec/QMUIComponents/QMUITableView": [
52         ],
53         "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
55         ],
56         "QMUIKit_TestSpec/QMUIComponents/QMUILabel": [
58         ],
59         "QMUIKit_TestSpec/QMUIComponents/QMUIKeyboardManager": [
61         ]
62       }
63     },
64     {
65       "name": "QMUIComponents",
66       "dependencies": {
67         "QMUIKit_TestSpec/QMUICore": [
69         ]
70       },
71       "subspecs": [
72         {
73           "name": "QMUINavigationTitleView",
74           "source_files": "QMUIKit/UIComponents/QMUINavigationTitleView.{h,m}",
75           "dependencies": {
76             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
78             ]
79           }
80         },
81         {
82           "name": "QMUIButton",
83           "source_files": "QMUIKit/UIComponents/QMUIButton.{h,m}"
84         },
85         {
86           "name": "QMUITableView",
87           "source_files": "QMUIKit/UIComponents/QMUITableView.{h,m}",
88           "dependencies": {
89             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewProtocols": [
91             ]
92           }
93         },
94         {
95           "name": "QMUITableViewProtocols",
96           "source_files": "QMUIKit/UIComponents/QMUITableViewProtocols.{h,m}"
97         },
98         {
99           "name": "QMUIEmptyView",
100           "source_files": "QMUIKit/UIComponents/QMUIEmptyView.{h,m}"
101         },
102         {
103           "name": "QMUILabel",
104           "source_files": "QMUIKit/UIComponents/QMUILabel.{h,m}"
105         },
106         {
107           "name": "QMUIKeyboardManager",
108           "source_files": "QMUIKit/UIComponents/QMUIKeyboardManager.{h,m}"
109         },
110         {
111           "name": "QMUIAlertController",
112           "source_files": "QMUIKit/UIComponents/QMUIAlertController.{h,m}",
113           "dependencies": {
114             "QMUIKit_TestSpec/QMUIComponents/QMUIModalPresentationViewController": [
116             ],
117             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
119             ],
120             "QMUIKit_TestSpec/QMUIComponents/QMUITextField": [
122             ]
123           }
124         },
125         {
126           "name": "QMUICellHeightCache",
127           "source_files": "QMUIKit/UIComponents/QMUICellHeightCache.{h,m}",
128           "dependencies": {
129             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewProtocols": [
131             ]
132           }
133         },
134         {
135           "name": "QMUICollectionViewPagingLayout",
136           "source_files": "QMUIKit/UIComponents/QMUICollectionViewPagingLayout.{h,m}"
137         },
138         {
139           "name": "QMUIDialogViewController",
140           "source_files": "QMUIKit/UIComponents/QMUIDialogViewController.{h,m}",
141           "dependencies": {
142             "QMUIKit_TestSpec/QMUIMainFrame": [
144             ],
145             "QMUIKit_TestSpec/QMUIComponents/QMUIModalPresentationViewController": [
147             ],
148             "QMUIKit_TestSpec/QMUIComponents/QMUITableView": [
150             ],
151             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
153             ],
154             "QMUIKit_TestSpec/QMUIComponents/QMUITextField": [
156             ],
157             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewCell": [
159             ],
160             "QMUIKit_TestSpec/QMUIComponents/QMUINavigationTitleView": [
162             ]
163           }
164         },
165         {
166           "name": "QMUIEmotionView",
167           "source_files": "QMUIKit/UIComponents/QMUIEmotionView.{h,m}",
168           "dependencies": {
169             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
171             ]
172           }
173         },
174         {
175           "name": "QMUIFloatLayoutView",
176           "source_files": "QMUIKit/UIComponents/QMUIFloatLayoutView.{h,m}"
177         },
178         {
179           "name": "QMUIGridView",
180           "source_files": "QMUIKit/UIComponents/QMUIGridView.{h,m}"
181         },
182         {
183           "name": "QMUIImagePreviewView",
184           "source_files": "QMUIKit/UIComponents/QMUIImagePreviewView.{h,m}",
185           "dependencies": {
186             "QMUIKit_TestSpec/QMUIComponents/QMUIZoomImageView": [
188             ],
189             "QMUIKit_TestSpec/QMUIComponents/QMUICollectionViewPagingLayout": [
191             ],
192             "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
194             ]
195           }
196         },
197         {
198           "name": "QMUIImagePreviewViewController",
199           "source_files": "QMUIKit/UIComponents/QMUIImagePreviewViewController.{h,m}",
200           "dependencies": {
201             "QMUIKit_TestSpec/QMUIMainFrame": [
203             ],
204             "QMUIKit_TestSpec/QMUIComponents/QMUIImagePreviewView": [
206             ]
207           }
208         },
209         {
210           "name": "QMUIMarqueeLabel",
211           "source_files": "QMUIKit/UIComponents/QMUIMarqueeLabel.{h,m}"
212         },
213         {
214           "name": "QMUIModalPresentationViewController",
215           "source_files": "QMUIKit/UIComponents/QMUIModalPresentationViewController.{h,m}"
216         },
217         {
218           "name": "QMUIMoreOperationController",
219           "source_files": "QMUIKit/UIComponents/QMUIMoreOperationController.{h,m}",
220           "dependencies": {
221             "QMUIKit_TestSpec/QMUIComponents/QMUIModalPresentationViewController": [
223             ],
224             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
226             ]
227           }
228         },
229         {
230           "name": "QMUIOrderedDictionary",
231           "source_files": "QMUIKit/UIComponents/QMUIOrderedDictionary.{h,m}"
232         },
233         {
234           "name": "QMUIPieProgressView",
235           "source_files": "QMUIKit/UIComponents/QMUIPieProgressView.{h,m}"
236         },
237         {
238           "name": "QMUIPopupContainerView",
239           "source_files": "QMUIKit/UIComponents/QMUIPopupContainerView.{h,m}",
240           "dependencies": {
241             "QMUIKit_TestSpec/QMUIMainFrame": [
243             ]
244           }
245         },
246         {
247           "name": "QMUIPopupMenuView",
248           "source_files": "QMUIKit/UIComponents/QMUIPopupMenuView.{h,m}",
249           "dependencies": {
250             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
252             ],
253             "QMUIKit_TestSpec/QMUIComponents/QMUIPopupContainerView": [
255             ]
256           }
257         },
258         {
259           "name": "QMUIQQEmotionManager",
260           "source_files": "QMUIKit/UIComponents/QMUIQQEmotionManager.{h,m}",
261           "dependencies": {
262             "QMUIKit_TestSpec/QMUIComponents/QMUIEmotionView": [
264             ]
265           }
266         },
267         {
268           "name": "QMUISearchBar",
269           "source_files": "QMUIKit/UIComponents/QMUISearchBar.{h,m}"
270         },
271         {
272           "name": "QMUISearchController",
273           "source_files": "QMUIKit/UIComponents/QMUISearchController.{h,m}",
274           "dependencies": {
275             "QMUIKit_TestSpec/QMUIMainFrame": [
277             ],
278             "QMUIKit_TestSpec/QMUIComponents/QMUISearchBar": [
280             ],
281             "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
283             ]
284           }
285         },
286         {
287           "name": "QMUISegmentedControl",
288           "source_files": "QMUIKit/UIComponents/QMUISegmentedControl.{h,m}"
289         },
290         {
291           "name": "QMUISlider",
292           "source_files": "QMUIKit/UIComponents/QMUISlider.{h,m}"
293         },
294         {
295           "name": "QMUITableViewCell",
296           "source_files": "QMUIKit/UIComponents/QMUITableViewCell.{h,m}",
297           "dependencies": {
298             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
300             ]
301           }
302         },
303         {
304           "name": "QMUITestView",
305           "source_files": "QMUIKit/UIComponents/QMUITestView.{h,m}"
306         },
307         {
308           "name": "QMUITextField",
309           "source_files": "QMUIKit/UIComponents/QMUITextField.{h,m}"
310         },
311         {
312           "name": "QMUITextView",
313           "source_files": "QMUIKit/UIComponents/QMUITextView.{h,m}",
314           "dependencies": {
315             "QMUIKit_TestSpec/QMUIComponents/QMUILabel": [
317             ]
318           }
319         },
320         {
321           "name": "QMUITips",
322           "source_files": "QMUIKit/UIComponents/QMUITips.{h,m}",
323           "dependencies": {
324             "QMUIKit_TestSpec/QMUIComponents/QMUIToastView": [
326             ]
327           }
328         },
329         {
330           "name": "QMUIVisualEffectView",
331           "source_files": "QMUIKit/UIComponents/QMUIVisualEffectView.{h,m}"
332         },
333         {
334           "name": "QMUIZoomImageView",
335           "source_files": "QMUIKit/UIComponents/QMUIZoomImageView.{h,m}",
336           "dependencies": {
337             "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
339             ],
340             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
342             ],
343             "QMUIKit_TestSpec/QMUIComponents/QMUISlider": [
345             ]
346           }
347         },
348         {
349           "name": "QMUIAssetLibrary",
350           "source_files": "QMUIKit/UIComponents/AssetLibrary/*.{h,m}"
351         },
352         {
353           "name": "QMUIImagePickerLibrary",
354           "source_files": "QMUIKit/UIComponents/ImagePickerLibrary/*.{h,m}",
355           "dependencies": {
356             "QMUIKit_TestSpec/QMUIMainFrame": [
358             ],
359             "QMUIKit_TestSpec/QMUIComponents/QMUIImagePreviewViewController": [
361             ],
362             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewCell": [
364             ],
365             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
367             ],
368             "QMUIKit_TestSpec/QMUIComponents/QMUIAssetLibrary": [
370             ],
371             "QMUIKit_TestSpec/QMUIComponents/QMUIZoomImageView": [
373             ],
374             "QMUIKit_TestSpec/QMUIComponents/QMUIPieProgressView": [
376             ],
377             "QMUIKit_TestSpec/QMUIComponents/QMUIAlertController": [
379             ],
380             "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
382             ]
383           }
384         },
385         {
386           "name": "NavigationBarTransition",
387           "source_files": "QMUIKit/UIComponents/NavigationBarTransition/*.{h,m}",
388           "dependencies": {
389             "QMUIKit_TestSpec/QMUIMainFrame": [
391             ],
392             "QMUIKit_TestSpec/QMUIComponents/QMUINavigationTitleView": [
394             ]
395           }
396         },
397         {
398           "name": "QMUIToastView",
399           "source_files": "QMUIKit/UIComponents/ToastView/*.{h,m}"
400         },
401         {
402           "name": "QMUIStaticTableView",
403           "source_files": "QMUIKit/UIComponents/StaticTableView/*.{h,m}",
404           "dependencies": {
405             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewCell": [
407             ]
408           }
409         }
410       ]
411     }
412   ]