[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 8 / QMUIKit_TestSpec / 3.0.0 / QMUIKit_TestSpec.podspec.json
blobdc65f591c5330e1930cb99d32b9f67571b75fe4b
2   "name": "QMUIKit_TestSpec",
3   "version": "3.0.0",
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": "3.0.0"
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": "8.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics",
26     "Photos"
27   ],
28   "preserve_paths": "QMUIConfigurationTemplate/*",
29   "source_files": "QMUIKit/QMUIKit.h",
30   "subspecs": [
31     {
32       "name": "QMUICore",
33       "source_files": [
34         "QMUIKit/QMUIKit.h",
35         "QMUIKit/QMUICore",
36         "QMUIKit/UIKitExtensions"
37       ]
38     },
39     {
40       "name": "QMUIResources",
41       "resources": "QMUIKit/QMUIResources/*.bundle"
42     },
43     {
44       "name": "QMUIMainFrame",
45       "source_files": "QMUIKit/QMUIMainFrame",
46       "dependencies": {
47         "QMUIKit_TestSpec/QMUICore": [
49         ],
50         "QMUIKit_TestSpec/QMUIComponents/QMUINavigationTitleView": [
52         ],
53         "QMUIKit_TestSpec/QMUIComponents/QMUITableView": [
55         ],
56         "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
58         ],
59         "QMUIKit_TestSpec/QMUIComponents/QMUILabel": [
61         ],
62         "QMUIKit_TestSpec/QMUIComponents/QMUIKeyboardManager": [
64         ]
65       }
66     },
67     {
68       "name": "QMUIComponents",
69       "dependencies": {
70         "QMUIKit_TestSpec/QMUICore": [
72         ]
73       },
74       "subspecs": [
75         {
76           "name": "QMUINavigationTitleView",
77           "source_files": "QMUIKit/QMUIComponents/QMUINavigationTitleView.{h,m}",
78           "dependencies": {
79             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
81             ]
82           }
83         },
84         {
85           "name": "QMUIButton",
86           "source_files": "QMUIKit/QMUIComponents/QMUIButton.{h,m}"
87         },
88         {
89           "name": "QMUITableView",
90           "source_files": "QMUIKit/QMUIComponents/QMUITableView.{h,m}",
91           "dependencies": {
92             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewProtocols": [
94             ]
95           }
96         },
97         {
98           "name": "QMUITableViewProtocols",
99           "source_files": "QMUIKit/QMUIComponents/QMUITableViewProtocols.{h,m}"
100         },
101         {
102           "name": "QMUIEmptyView",
103           "source_files": "QMUIKit/QMUIComponents/QMUIEmptyView.{h,m}"
104         },
105         {
106           "name": "QMUILabel",
107           "source_files": "QMUIKit/QMUIComponents/QMUILabel.{h,m}"
108         },
109         {
110           "name": "QMUIKeyboardManager",
111           "source_files": "QMUIKit/QMUIComponents/QMUIKeyboardManager.{h,m}"
112         },
113         {
114           "name": "QMUIAlertController",
115           "source_files": "QMUIKit/QMUIComponents/QMUIAlertController.{h,m}",
116           "dependencies": {
117             "QMUIKit_TestSpec/QMUIComponents/QMUIModalPresentationViewController": [
119             ],
120             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
122             ],
123             "QMUIKit_TestSpec/QMUIComponents/QMUITextField": [
125             ]
126           }
127         },
128         {
129           "name": "QMUICellHeightCache",
130           "source_files": "QMUIKit/QMUIComponents/QMUICellHeightCache.{h,m}",
131           "dependencies": {
132             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewProtocols": [
134             ]
135           }
136         },
137         {
138           "name": "QMUICollectionViewPagingLayout",
139           "source_files": "QMUIKit/QMUIComponents/QMUICollectionViewPagingLayout.{h,m}"
140         },
141         {
142           "name": "QMUIDialogViewController",
143           "source_files": "QMUIKit/QMUIComponents/QMUIDialogViewController.{h,m}",
144           "dependencies": {
145             "QMUIKit_TestSpec/QMUIMainFrame": [
147             ],
148             "QMUIKit_TestSpec/QMUIComponents/QMUIModalPresentationViewController": [
150             ],
151             "QMUIKit_TestSpec/QMUIComponents/QMUITableView": [
153             ],
154             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
156             ],
157             "QMUIKit_TestSpec/QMUIComponents/QMUITextField": [
159             ],
160             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewCell": [
162             ],
163             "QMUIKit_TestSpec/QMUIComponents/QMUINavigationTitleView": [
165             ]
166           }
167         },
168         {
169           "name": "QMUIEmotionView",
170           "source_files": "QMUIKit/QMUIComponents/QMUIEmotionView.{h,m}",
171           "dependencies": {
172             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
174             ],
175             "QMUIKit_TestSpec/QMUIResources": [
177             ]
178           }
179         },
180         {
181           "name": "QMUIFloatLayoutView",
182           "source_files": "QMUIKit/QMUIComponents/QMUIFloatLayoutView.{h,m}"
183         },
184         {
185           "name": "QMUIGridView",
186           "source_files": "QMUIKit/QMUIComponents/QMUIGridView.{h,m}"
187         },
188         {
189           "name": "QMUIImagePreviewView",
190           "source_files": "QMUIKit/QMUIComponents/QMUIImagePreviewView.{h,m}",
191           "dependencies": {
192             "QMUIKit_TestSpec/QMUIComponents/QMUIZoomImageView": [
194             ],
195             "QMUIKit_TestSpec/QMUIComponents/QMUICollectionViewPagingLayout": [
197             ],
198             "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
200             ]
201           }
202         },
203         {
204           "name": "QMUIImagePreviewViewController",
205           "source_files": "QMUIKit/QMUIComponents/QMUIImagePreviewViewController.{h,m}",
206           "dependencies": {
207             "QMUIKit_TestSpec/QMUIMainFrame": [
209             ],
210             "QMUIKit_TestSpec/QMUIComponents/QMUIImagePreviewView": [
212             ]
213           }
214         },
215         {
216           "name": "QMUIMarqueeLabel",
217           "source_files": "QMUIKit/QMUIComponents/QMUIMarqueeLabel.{h,m}"
218         },
219         {
220           "name": "QMUIModalPresentationViewController",
221           "source_files": "QMUIKit/QMUIComponents/QMUIModalPresentationViewController.{h,m}"
222         },
223         {
224           "name": "QMUIMoreOperationController",
225           "source_files": "QMUIKit/QMUIComponents/QMUIMoreOperationController.{h,m}",
226           "dependencies": {
227             "QMUIKit_TestSpec/QMUIComponents/QMUIModalPresentationViewController": [
229             ],
230             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
232             ]
233           }
234         },
235         {
236           "name": "QMUIOrderedDictionary",
237           "source_files": "QMUIKit/QMUIComponents/QMUIOrderedDictionary.{h,m}"
238         },
239         {
240           "name": "QMUIPieProgressView",
241           "source_files": "QMUIKit/QMUIComponents/QMUIPieProgressView.{h,m}"
242         },
243         {
244           "name": "QMUIPopupContainerView",
245           "source_files": "QMUIKit/QMUIComponents/QMUIPopupContainerView.{h,m}",
246           "dependencies": {
247             "QMUIKit_TestSpec/QMUIMainFrame": [
249             ]
250           }
251         },
252         {
253           "name": "QMUIPopupMenuView",
254           "source_files": "QMUIKit/QMUIComponents/QMUIPopupMenuView.{h,m}",
255           "dependencies": {
256             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
258             ],
259             "QMUIKit_TestSpec/QMUIComponents/QMUIPopupContainerView": [
261             ]
262           }
263         },
264         {
265           "name": "QMUIQQEmotionManager",
266           "source_files": "QMUIKit/QMUIComponents/QMUIQQEmotionManager.{h,m}",
267           "dependencies": {
268             "QMUIKit_TestSpec/QMUIComponents/QMUIEmotionView": [
270             ]
271           }
272         },
273         {
274           "name": "QMUISearchBar",
275           "source_files": "QMUIKit/QMUIComponents/QMUISearchBar.{h,m}"
276         },
277         {
278           "name": "QMUISearchController",
279           "source_files": "QMUIKit/QMUIComponents/QMUISearchController.{h,m}",
280           "dependencies": {
281             "QMUIKit_TestSpec/QMUIMainFrame": [
283             ],
284             "QMUIKit_TestSpec/QMUIComponents/QMUISearchBar": [
286             ],
287             "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
289             ]
290           }
291         },
292         {
293           "name": "QMUISegmentedControl",
294           "source_files": "QMUIKit/QMUIComponents/QMUISegmentedControl.{h,m}"
295         },
296         {
297           "name": "QMUISlider",
298           "source_files": "QMUIKit/QMUIComponents/QMUISlider.{h,m}"
299         },
300         {
301           "name": "QMUITableViewCell",
302           "source_files": "QMUIKit/QMUIComponents/QMUITableViewCell.{h,m}",
303           "dependencies": {
304             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
306             ]
307           }
308         },
309         {
310           "name": "QMUITestView",
311           "source_files": "QMUIKit/QMUIComponents/QMUITestView.{h,m}"
312         },
313         {
314           "name": "QMUITextField",
315           "source_files": "QMUIKit/QMUIComponents/QMUITextField.{h,m}"
316         },
317         {
318           "name": "QMUITextView",
319           "source_files": "QMUIKit/QMUIComponents/QMUITextView.{h,m}",
320           "dependencies": {
321             "QMUIKit_TestSpec/QMUIComponents/QMUILabel": [
323             ]
324           }
325         },
326         {
327           "name": "QMUITips",
328           "source_files": "QMUIKit/QMUIComponents/QMUITips.{h,m}",
329           "dependencies": {
330             "QMUIKit_TestSpec/QMUIComponents/QMUIToastView": [
332             ],
333             "QMUIKit_TestSpec/QMUIResources": [
335             ]
336           }
337         },
338         {
339           "name": "QMUIVisualEffectView",
340           "source_files": "QMUIKit/QMUIComponents/QMUIVisualEffectView.{h,m}"
341         },
342         {
343           "name": "QMUIZoomImageView",
344           "source_files": "QMUIKit/QMUIComponents/QMUIZoomImageView.{h,m}",
345           "dependencies": {
346             "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
348             ],
349             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
351             ],
352             "QMUIKit_TestSpec/QMUIComponents/QMUISlider": [
354             ]
355           }
356         },
357         {
358           "name": "QMUIAssetLibrary",
359           "source_files": "QMUIKit/QMUIComponents/AssetLibrary/*.{h,m}"
360         },
361         {
362           "name": "QMUIImagePickerLibrary",
363           "source_files": "QMUIKit/QMUIComponents/ImagePickerLibrary/*.{h,m}",
364           "dependencies": {
365             "QMUIKit_TestSpec/QMUIMainFrame": [
367             ],
368             "QMUIKit_TestSpec/QMUIResources": [
370             ],
371             "QMUIKit_TestSpec/QMUIComponents/QMUIImagePreviewViewController": [
373             ],
374             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewCell": [
376             ],
377             "QMUIKit_TestSpec/QMUIComponents/QMUIButton": [
379             ],
380             "QMUIKit_TestSpec/QMUIComponents/QMUIAssetLibrary": [
382             ],
383             "QMUIKit_TestSpec/QMUIComponents/QMUIZoomImageView": [
385             ],
386             "QMUIKit_TestSpec/QMUIComponents/QMUIPieProgressView": [
388             ],
389             "QMUIKit_TestSpec/QMUIComponents/QMUIAlertController": [
391             ],
392             "QMUIKit_TestSpec/QMUIComponents/QMUIEmptyView": [
394             ]
395           }
396         },
397         {
398           "name": "NavigationBarTransition",
399           "source_files": "QMUIKit/QMUIComponents/NavigationBarTransition/*.{h,m}",
400           "dependencies": {
401             "QMUIKit_TestSpec/QMUIMainFrame": [
403             ],
404             "QMUIKit_TestSpec/QMUIComponents/QMUINavigationTitleView": [
406             ]
407           }
408         },
409         {
410           "name": "QMUIToastView",
411           "source_files": "QMUIKit/QMUIComponents/ToastView/*.{h,m}",
412           "dependencies": {
413             "QMUIKit_TestSpec/QMUIComponents/QMUIKeyboardManager": [
415             ]
416           }
417         },
418         {
419           "name": "QMUIStaticTableView",
420           "source_files": "QMUIKit/QMUIComponents/StaticTableView/*.{h,m}",
421           "dependencies": {
422             "QMUIKit_TestSpec/QMUIComponents/QMUITableViewCell": [
424             ]
425           }
426         }
427       ]
428     }
429   ]