[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 9 / MaterialComponents / 67.2.0 / MaterialComponents.podspec.json
blob0e0d3645aa78b57d91fd4d77cd426e13f8d5cf82
2   "name": "MaterialComponents",
3   "version": "67.2.0",
4   "authors": "The Material Components authors.",
5   "summary": "A collection of stand-alone production-ready UI libraries focused on design details.",
6   "homepage": "https://github.com/material-components/material-components-ios",
7   "license": "Apache 2.0",
8   "source": {
9     "git": "https://github.com/material-components/material-components-ios.git",
10     "tag": "v67.2.0"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "subspecs": [
17     {
18       "name": "ActivityIndicator",
19       "platforms": {
20         "ios": "8.0"
21       },
22       "public_header_files": "components/ActivityIndicator/src/*.h",
23       "source_files": [
24         "components/ActivityIndicator/src/*.{h,m}",
25         "components/ActivityIndicator/src/private/*.{h,m}"
26       ],
27       "resources": [
28         "components/ActivityIndicator/src/MaterialActivityIndicator.bundle"
29       ],
30       "dependencies": {
31         "MDFInternationalization": [
33         ],
34         "MaterialComponents/Palettes": [
36         ],
37         "MaterialComponents/private/Application": [
39         ],
40         "MotionAnimator": [
41           "~> 2.0"
42         ]
43       },
44       "testspecs": [
45         {
46           "name": "tests",
47           "test_type": "unit",
48           "testspecs": [
49             {
50               "name": "unit",
51               "test_type": "unit",
52               "source_files": [
53                 "components/ActivityIndicator/tests/unit/*.{h,m,swift}",
54                 "components/ActivityIndicator/tests/unit/supplemental/*.{h,m,swift}"
55               ],
56               "resources": "components/ActivityIndicator/tests/unit/resources/*"
57             }
58           ]
59         }
60       ]
61     },
62     {
63       "name": "ActivityIndicator+ColorThemer",
64       "platforms": {
65         "ios": "8.0"
66       },
67       "public_header_files": "components/ActivityIndicator/src/ColorThemer/*.h",
68       "source_files": "components/ActivityIndicator/src/ColorThemer/*.{h,m}",
69       "dependencies": {
70         "MaterialComponents/ActivityIndicator": [
72         ],
73         "MaterialComponents/schemes/Color": [
75         ]
76       }
77     },
78     {
79       "name": "AnimationTiming",
80       "platforms": {
81         "ios": "8.0"
82       },
83       "public_header_files": "components/AnimationTiming/src/*.h",
84       "source_files": [
85         "components/AnimationTiming/src/*.{h,m}",
86         "components/AnimationTiming/src/private/*.{h,m}"
87       ],
88       "testspecs": [
89         {
90           "name": "tests",
91           "test_type": "unit",
92           "testspecs": [
93             {
94               "name": "unit",
95               "test_type": "unit",
96               "source_files": [
97                 "components/AnimationTiming/tests/unit/*.{h,m,swift}",
98                 "components/AnimationTiming/tests/unit/supplemental/*.{h,m,swift}"
99               ],
100               "resources": "components/AnimationTiming/tests/unit/resources/*"
101             }
102           ]
103         }
104       ]
105     },
106     {
107       "name": "AppBar",
108       "platforms": {
109         "ios": "8.0"
110       },
111       "public_header_files": "components/AppBar/src/*.h",
112       "source_files": [
113         "components/AppBar/src/*.{h,m}",
114         "components/AppBar/src/private/*.{h,m}"
115       ],
116       "resources": [
117         "components/AppBar/src/MaterialAppBar.bundle"
118       ],
119       "dependencies": {
120         "MaterialComponents/HeaderStackView": [
122         ],
123         "MaterialComponents/NavigationBar": [
125         ],
126         "MaterialComponents/Typography": [
128         ],
129         "MaterialComponents/private/Application": [
131         ],
132         "MaterialComponents/FlexibleHeader": [
134         ],
135         "MaterialComponents/ShadowElevations": [
137         ],
138         "MaterialComponents/ShadowLayer": [
140         ],
141         "MDFInternationalization": [
143         ],
144         "MaterialComponents/private/Icons/ic_arrow_back": [
146         ],
147         "MaterialComponents/private/UIMetrics": [
149         ]
150       },
151       "testspecs": [
152         {
153           "name": "tests",
154           "test_type": "unit",
155           "testspecs": [
156             {
157               "name": "unit",
158               "test_type": "unit",
159               "source_files": [
160                 "components/AppBar/tests/unit/*.{h,m,swift}",
161                 "components/AppBar/tests/unit/supplemental/*.{h,m,swift}"
162               ],
163               "resources": "components/AppBar/tests/unit/resources/*"
164             }
165           ]
166         }
167       ]
168     },
169     {
170       "name": "AppBar+ColorThemer",
171       "platforms": {
172         "ios": "8.0"
173       },
174       "public_header_files": "components/AppBar/src/ColorThemer/*.h",
175       "source_files": [
176         "components/AppBar/src/ColorThemer/*.{h,m}",
177         "components/AppBar/src/ColorThemer/private/*.{h,m}"
178       ],
179       "dependencies": {
180         "MaterialComponents/AppBar": [
182         ],
183         "MaterialComponents/FlexibleHeader+ColorThemer": [
185         ],
186         "MaterialComponents/NavigationBar+ColorThemer": [
188         ],
189         "MaterialComponents/Themes": [
191         ]
192       }
193     },
194     {
195       "name": "AppBar+TypographyThemer",
196       "platforms": {
197         "ios": "8.0"
198       },
199       "public_header_files": "components/AppBar/src/TypographyThemer/*.h",
200       "source_files": [
201         "components/AppBar/src/TypographyThemer/*.{h,m}",
202         "components/AppBar/src/TypographyThemer/private/*.{h,m}"
203       ],
204       "dependencies": {
205         "MaterialComponents/AppBar": [
207         ],
208         "MaterialComponents/NavigationBar+TypographyThemer": [
210         ]
211       }
212     },
213     {
214       "name": "BottomAppBar",
215       "platforms": {
216         "ios": "8.0"
217       },
218       "public_header_files": "components/BottomAppBar/src/*.h",
219       "source_files": [
220         "components/BottomAppBar/src/*.{h,m}",
221         "components/BottomAppBar/src/private/*.{h,m}"
222       ],
223       "dependencies": {
224         "MDFInternationalization": [
226         ],
227         "MaterialComponents/Buttons": [
229         ],
230         "MaterialComponents/NavigationBar": [
232         ],
233         "MaterialComponents/private/Math": [
235         ]
236       },
237       "testspecs": [
238         {
239           "name": "tests",
240           "test_type": "unit",
241           "testspecs": [
242             {
243               "name": "unit",
244               "test_type": "unit",
245               "source_files": [
246                 "components/BottomAppBar/tests/unit/*.{h,m,swift}",
247                 "components/BottomAppBar/tests/unit/supplemental/*.{h,m,swift}"
248               ],
249               "resources": "components/BottomAppBar/tests/unit/resources/*"
250             }
251           ]
252         }
253       ]
254     },
255     {
256       "name": "BottomAppBar+ColorThemer",
257       "platforms": {
258         "ios": "8.0"
259       },
260       "public_header_files": "components/BottomAppBar/src/ColorThemer/*.h",
261       "source_files": "components/BottomAppBar/src/ColorThemer/*.{h,m}",
262       "dependencies": {
263         "MaterialComponents/BottomAppBar": [
265         ],
266         "MaterialComponents/Themes": [
268         ]
269       }
270     },
271     {
272       "name": "BottomNavigation",
273       "platforms": {
274         "ios": "8.0"
275       },
276       "public_header_files": "components/BottomNavigation/src/*.h",
277       "source_files": [
278         "components/BottomNavigation/src/*.{h,m}",
279         "components/BottomNavigation/src/private/*.{h,m}"
280       ],
281       "resources": [
282         "components/BottomNavigation/src/MaterialBottomNavigation.bundle"
283       ],
284       "dependencies": {
285         "MDFInternationalization": [
287         ],
288         "MaterialComponents/Ink": [
290         ],
291         "MaterialComponents/ShadowElevations": [
293         ],
294         "MaterialComponents/ShadowLayer": [
296         ],
297         "MaterialComponents/Typography": [
299         ],
300         "MaterialComponents/private/Math": [
302         ]
303       },
304       "testspecs": [
305         {
306           "name": "tests",
307           "test_type": "unit",
308           "testspecs": [
309             {
310               "name": "unit",
311               "test_type": "unit",
312               "source_files": [
313                 "components/BottomNavigation/tests/unit/*.{h,m,swift}",
314                 "components/BottomNavigation/tests/unit/supplemental/*.{h,m,swift}"
315               ],
316               "resources": "components/BottomNavigation/tests/unit/resources/*"
317             }
318           ]
319         }
320       ]
321     },
322     {
323       "name": "BottomNavigation+ColorThemer",
324       "platforms": {
325         "ios": "8.0"
326       },
327       "public_header_files": "components/BottomNavigation/src/ColorThemer/*.h",
328       "source_files": "components/BottomNavigation/src/ColorThemer/*.{h,m}",
329       "dependencies": {
330         "MaterialComponents/BottomNavigation": [
332         ],
333         "MaterialComponents/schemes/Color": [
335         ]
336       }
337     },
338     {
339       "name": "BottomNavigation+TypographyThemer",
340       "platforms": {
341         "ios": "8.0"
342       },
343       "public_header_files": "components/BottomNavigation/src/TypographyThemer/*.h",
344       "source_files": "components/BottomNavigation/src/TypographyThemer/*.{h,m}",
345       "dependencies": {
346         "MaterialComponents/BottomNavigation": [
348         ],
349         "MaterialComponents/schemes/Typography": [
351         ]
352       }
353     },
354     {
355       "name": "BottomSheet",
356       "platforms": {
357         "ios": "8.0"
358       },
359       "public_header_files": "components/BottomSheet/src/*.h",
360       "source_files": [
361         "components/BottomSheet/src/*.{h,m}",
362         "components/BottomSheet/src/private/*.{h,m}"
363       ],
364       "dependencies": {
365         "MaterialComponents/private/KeyboardWatcher": [
367         ],
368         "MaterialComponents/private/Math": [
370         ],
371         "MaterialComponents/private/ShapeLibrary": [
373         ],
374         "MaterialComponents/private/Shapes": [
376         ]
377       },
378       "testspecs": [
379         {
380           "name": "tests",
381           "test_type": "unit",
382           "testspecs": [
383             {
384               "name": "unit",
385               "test_type": "unit",
386               "source_files": [
387                 "components/BottomSheet/tests/unit/*.{h,m,swift}",
388                 "components/BottomSheet/tests/unit/supplemental/*.{h,m,swift}"
389               ],
390               "resources": "components/BottomSheet/tests/unit/resources/*"
391             }
392           ]
393         }
394       ]
395     },
396     {
397       "name": "BottomSheet+ShapeThemer",
398       "platforms": {
399         "ios": "8.0"
400       },
401       "public_header_files": "components/BottomSheet/src/ShapeThemer/*.h",
402       "source_files": [
403         "components/BottomSheet/src/ShapeThemer/*.{h,m}",
404         "components/BottomSheet/src/ShapeThemer/private/*.{h,m}"
405       ],
406       "dependencies": {
407         "MaterialComponents/BottomSheet": [
409         ],
410         "MaterialComponents/schemes/Shape": [
412         ]
413       }
414     },
415     {
416       "name": "Buttons",
417       "platforms": {
418         "ios": "8.0"
419       },
420       "public_header_files": "components/Buttons/src/*.h",
421       "source_files": [
422         "components/Buttons/src/*.{h,m}",
423         "components/Buttons/src/private/*.{h,m}"
424       ],
425       "dependencies": {
426         "MDFInternationalization": [
428         ],
429         "MDFTextAccessibility": [
431         ],
432         "MaterialComponents/Ink": [
434         ],
435         "MaterialComponents/ShadowElevations": [
437         ],
438         "MaterialComponents/ShadowLayer": [
440         ],
441         "MaterialComponents/Typography": [
443         ],
444         "MaterialComponents/private/Math": [
446         ],
447         "MaterialComponents/private/Shapes": [
449         ]
450       },
451       "testspecs": [
452         {
453           "name": "tests",
454           "test_type": "unit",
455           "testspecs": [
456             {
457               "name": "unit",
458               "test_type": "unit",
459               "source_files": [
460                 "components/Buttons/tests/unit/*.{h,m,swift}",
461                 "components/Buttons/tests/unit/supplemental/*.{h,m,swift}"
462               ],
463               "resources": "components/Buttons/tests/unit/resources/*"
464             }
465           ]
466         }
467       ]
468     },
469     {
470       "name": "Buttons+ColorThemer",
471       "platforms": {
472         "ios": "8.0"
473       },
474       "public_header_files": "components/Buttons/src/ColorThemer/*.h",
475       "source_files": [
476         "components/Buttons/src/ColorThemer/*.{h,m}",
477         "components/Buttons/src/ColorThemer/private/*.{h,m}"
478       ],
479       "dependencies": {
480         "MaterialComponents/Buttons": [
482         ],
483         "MaterialComponents/schemes/Color": [
485         ]
486       }
487     },
488     {
489       "name": "Buttons+TitleColorAccessibilityMutator",
490       "platforms": {
491         "ios": "8.0"
492       },
493       "public_header_files": "components/Buttons/src/TitleColorAccessibilityMutator/*.h",
494       "source_files": [
495         "components/Buttons/src/TitleColorAccessibilityMutator/*.{h,m}",
496         "components/Buttons/src/TitleColorAccessibilityMutator/private/*.{h,m}"
497       ],
498       "dependencies": {
499         "MDFTextAccessibility": [
501         ],
502         "MaterialComponents/Buttons": [
504         ]
505       }
506     },
507     {
508       "name": "Buttons+ShapeThemer",
509       "platforms": {
510         "ios": "8.0"
511       },
512       "public_header_files": "components/Buttons/src/ShapeThemer/*.h",
513       "source_files": "components/Buttons/src/ShapeThemer/*.{h,m}",
514       "dependencies": {
515         "MaterialComponents/Buttons": [
517         ],
518         "MaterialComponents/schemes/Shape": [
520         ]
521       }
522     },
523     {
524       "name": "Buttons+TypographyThemer",
525       "platforms": {
526         "ios": "8.0"
527       },
528       "public_header_files": "components/Buttons/src/TypographyThemer/*.h",
529       "source_files": "components/Buttons/src/TypographyThemer/*.{h,m}",
530       "dependencies": {
531         "MaterialComponents/Buttons": [
533         ],
534         "MaterialComponents/schemes/Typography": [
536         ]
537       }
538     },
539     {
540       "name": "Buttons+ButtonThemer",
541       "platforms": {
542         "ios": "8.0"
543       },
544       "public_header_files": "components/Buttons/src/ButtonThemer/*.h",
545       "source_files": [
546         "components/Buttons/src/ButtonThemer/*.{h,m}",
547         "components/Buttons/src/ButtonThemer/private/*.{h,m}"
548       ],
549       "dependencies": {
550         "MaterialComponents/Buttons": [
552         ],
553         "MaterialComponents/Buttons+ColorThemer": [
555         ],
556         "MaterialComponents/Buttons+ShapeThemer": [
558         ],
559         "MaterialComponents/Buttons+TypographyThemer": [
561         ]
562       }
563     },
564     {
565       "name": "ButtonBar",
566       "platforms": {
567         "ios": "8.0"
568       },
569       "public_header_files": "components/ButtonBar/src/*.h",
570       "source_files": [
571         "components/ButtonBar/src/*.{h,m}",
572         "components/ButtonBar/src/private/*.{h,m}"
573       ],
574       "dependencies": {
575         "MDFInternationalization": [
577         ],
578         "MaterialComponents/Buttons": [
580         ],
581         "MaterialComponents/private/Application": [
583         ]
584       },
585       "testspecs": [
586         {
587           "name": "tests",
588           "test_type": "unit",
589           "testspecs": [
590             {
591               "name": "unit",
592               "test_type": "unit",
593               "source_files": [
594                 "components/ButtonBar/tests/unit/*.{h,m,swift}",
595                 "components/ButtonBar/tests/unit/supplemental/*.{h,m,swift}"
596               ],
597               "resources": "components/ButtonBar/tests/unit/resources/*"
598             }
599           ]
600         }
601       ]
602     },
603     {
604       "name": "ButtonBar+ColorThemer",
605       "platforms": {
606         "ios": "8.0"
607       },
608       "public_header_files": "components/ButtonBar/src/ColorThemer/*.h",
609       "source_files": "components/ButtonBar/src/ColorThemer/*.{h,m}",
610       "dependencies": {
611         "MaterialComponents/ButtonBar": [
613         ],
614         "MaterialComponents/Themes": [
616         ]
617       }
618     },
619     {
620       "name": "ButtonBar+TypographyThemer",
621       "platforms": {
622         "ios": "8.0"
623       },
624       "public_header_files": "components/ButtonBar/src/TypographyThemer/*.h",
625       "source_files": "components/ButtonBar/src/TypographyThemer/*.{h,m}",
626       "dependencies": {
627         "MaterialComponents/ButtonBar": [
629         ],
630         "MaterialComponents/schemes/Typography": [
632         ]
633       }
634     },
635     {
636       "name": "Cards",
637       "platforms": {
638         "ios": "8.0"
639       },
640       "public_header_files": "components/Cards/src/*.h",
641       "source_files": "components/Cards/src/*.{h,m}",
642       "dependencies": {
643         "MaterialComponents/Ink": [
645         ],
646         "MaterialComponents/ShadowLayer": [
648         ],
649         "MaterialComponents/private/Icons/ic_check_circle": [
651         ],
652         "MaterialComponents/private/Math": [
654         ],
655         "MaterialComponents/private/Shapes": [
657         ]
658       },
659       "testspecs": [
660         {
661           "name": "tests",
662           "test_type": "unit",
663           "testspecs": [
664             {
665               "name": "unit",
666               "test_type": "unit",
667               "source_files": [
668                 "components/Cards/tests/unit/*.{h,m,swift}",
669                 "components/Cards/tests/unit/supplemental/*.{h,m,swift}"
670               ],
671               "resources": "components/Cards/tests/unit/resources/*"
672             }
673           ]
674         }
675       ]
676     },
677     {
678       "name": "Cards+ColorThemer",
679       "platforms": {
680         "ios": "8.0"
681       },
682       "public_header_files": "components/Cards/src/ColorThemer/*.h",
683       "source_files": "components/Cards/src/ColorThemer/*.{h,m}",
684       "dependencies": {
685         "MaterialComponents/Cards": [
687         ],
688         "MaterialComponents/schemes/Color": [
690         ]
691       }
692     },
693     {
694       "name": "Cards+ShapeThemer",
695       "platforms": {
696         "ios": "8.0"
697       },
698       "public_header_files": "components/Cards/src/ShapeThemer/*.h",
699       "source_files": "components/Cards/src/ShapeThemer/*.{h,m}",
700       "dependencies": {
701         "MaterialComponents/Cards": [
703         ],
704         "MaterialComponents/schemes/Shape": [
706         ]
707       }
708     },
709     {
710       "name": "Cards+CardThemer",
711       "platforms": {
712         "ios": "8.0"
713       },
714       "public_header_files": "components/Cards/src/CardThemer/*.h",
715       "source_files": "components/Cards/src/CardThemer/*.{h,m}",
716       "dependencies": {
717         "MaterialComponents/Cards": [
719         ],
720         "MaterialComponents/Cards+ColorThemer": [
722         ],
723         "MaterialComponents/Cards+ShapeThemer": [
725         ]
726       }
727     },
728     {
729       "name": "Chips",
730       "platforms": {
731         "ios": "8.0"
732       },
733       "public_header_files": "components/Chips/src/*.h",
734       "source_files": [
735         "components/Chips/src/*.{h,m}",
736         "components/Chips/src/private/*.{h,m}"
737       ],
738       "dependencies": {
739         "MDFInternationalization": [
741         ],
742         "MaterialComponents/Ink": [
744         ],
745         "MaterialComponents/ShadowLayer": [
747         ],
748         "MaterialComponents/ShadowElevations": [
750         ],
751         "MaterialComponents/TextFields": [
753         ],
754         "MaterialComponents/Typography": [
756         ],
757         "MaterialComponents/private/Math": [
759         ],
760         "MaterialComponents/private/ShapeLibrary": [
762         ],
763         "MaterialComponents/private/Shapes": [
765         ]
766       },
767       "testspecs": [
768         {
769           "name": "tests",
770           "test_type": "unit",
771           "testspecs": [
772             {
773               "name": "unit",
774               "test_type": "unit",
775               "source_files": [
776                 "components/Chips/tests/unit/*.{h,m,swift}",
777                 "components/Chips/tests/unit/supplemental/*.{h,m,swift}"
778               ],
779               "resources": "components/Chips/tests/unit/resources/*"
780             }
781           ]
782         }
783       ]
784     },
785     {
786       "name": "Chips+ChipThemer",
787       "platforms": {
788         "ios": "8.0"
789       },
790       "public_header_files": "components/Chips/src/ChipThemer/*.h",
791       "source_files": "components/Chips/src/ChipThemer/*.{h,m}",
792       "dependencies": {
793         "MaterialComponents/Chips": [
795         ],
796         "MaterialComponents/Chips+ColorThemer": [
798         ],
799         "MaterialComponents/Chips+ShapeThemer": [
801         ],
802         "MaterialComponents/Chips+TypographyThemer": [
804         ]
805       }
806     },
807     {
808       "name": "Chips+ColorThemer",
809       "platforms": {
810         "ios": "8.0"
811       },
812       "public_header_files": "components/Chips/src/ColorThemer/*.h",
813       "source_files": "components/Chips/src/ColorThemer/*.{h,m}",
814       "dependencies": {
815         "MaterialComponents/Chips": [
817         ],
818         "MaterialComponents/schemes/Color": [
820         ]
821       }
822     },
823     {
824       "name": "Chips+FontThemer",
825       "platforms": {
826         "ios": "8.0"
827       },
828       "public_header_files": "components/Chips/src/FontThemer/*.h",
829       "source_files": "components/Chips/src/FontThemer/*.{h,m}",
830       "dependencies": {
831         "MaterialComponents/Chips": [
833         ],
834         "MaterialComponents/Themes": [
836         ]
837       }
838     },
839     {
840       "name": "Chips+ShapeThemer",
841       "platforms": {
842         "ios": "8.0"
843       },
844       "public_header_files": "components/Chips/src/ShapeThemer/*.h",
845       "source_files": "components/Chips/src/ShapeThemer/*.{h,m}",
846       "dependencies": {
847         "MaterialComponents/Chips": [
849         ],
850         "MaterialComponents/schemes/Shape": [
852         ]
853       }
854     },
855     {
856       "name": "Chips+TypographyThemer",
857       "platforms": {
858         "ios": "8.0"
859       },
860       "public_header_files": "components/Chips/src/TypographyThemer/*.h",
861       "source_files": "components/Chips/src/TypographyThemer/*.{h,m}",
862       "dependencies": {
863         "MaterialComponents/Chips": [
865         ],
866         "MaterialComponents/schemes/Typography": [
868         ]
869       }
870     },
871     {
872       "name": "CollectionCells",
873       "platforms": {
874         "ios": "8.0"
875       },
876       "public_header_files": "components/CollectionCells/src/*.h",
877       "source_files": [
878         "components/CollectionCells/src/*.{h,m}",
879         "components/CollectionCells/src/private/*.{h,m}"
880       ],
881       "resources": [
882         "components/CollectionCells/src/MaterialCollectionCells.bundle"
883       ],
884       "frameworks": [
885         "CoreGraphics",
886         "QuartzCore"
887       ],
888       "dependencies": {
889         "MDFInternationalization": [
891         ],
892         "MaterialComponents/CollectionLayoutAttributes": [
894         ],
895         "MaterialComponents/Ink": [
897         ],
898         "MaterialComponents/Typography": [
900         ],
901         "MaterialComponents/Palettes": [
903         ],
904         "MaterialComponents/private/Icons/ic_check": [
906         ],
907         "MaterialComponents/private/Icons/ic_check_circle": [
909         ],
910         "MaterialComponents/private/Icons/ic_chevron_right": [
912         ],
913         "MaterialComponents/private/Icons/ic_info": [
915         ],
916         "MaterialComponents/private/Icons/ic_radio_button_unchecked": [
918         ],
919         "MaterialComponents/private/Icons/ic_reorder": [
921         ],
922         "MaterialComponents/private/Math": [
924         ]
925       },
926       "testspecs": [
927         {
928           "name": "tests",
929           "test_type": "unit",
930           "testspecs": [
931             {
932               "name": "unit",
933               "test_type": "unit",
934               "source_files": [
935                 "components/CollectionCells/tests/unit/*.{h,m,swift}",
936                 "components/CollectionCells/tests/unit/supplemental/*.{h,m,swift}"
937               ],
938               "resources": "components/CollectionCells/tests/unit/resources/*"
939             }
940           ]
941         }
942       ]
943     },
944     {
945       "name": "CollectionLayoutAttributes",
946       "platforms": {
947         "ios": "8.0"
948       },
949       "public_header_files": "components/CollectionLayoutAttributes/src/*.h",
950       "source_files": "components/CollectionLayoutAttributes/src/*.{h,m}",
951       "testspecs": [
952         {
953           "name": "tests",
954           "test_type": "unit",
955           "testspecs": [
956             {
957               "name": "unit",
958               "test_type": "unit",
959               "source_files": [
960                 "components/CollectionLayoutAttributes/tests/unit/*.{h,m,swift}",
961                 "components/CollectionLayoutAttributes/tests/unit/supplemental/*.{h,m,swift}"
962               ],
963               "resources": "components/CollectionLayoutAttributes/tests/unit/resources/*"
964             }
965           ]
966         }
967       ]
968     },
969     {
970       "name": "Collections",
971       "platforms": {
972         "ios": "8.0"
973       },
974       "public_header_files": "components/Collections/src/*.h",
975       "source_files": [
976         "components/Collections/src/*.{h,m}",
977         "components/Collections/src/private/*.{h,m}"
978       ],
979       "resources": [
980         "components/Collections/src/MaterialCollections.bundle"
981       ],
982       "frameworks": [
983         "CoreGraphics",
984         "QuartzCore"
985       ],
986       "dependencies": {
987         "MaterialComponents/CollectionCells": [
989         ],
990         "MaterialComponents/CollectionLayoutAttributes": [
992         ],
993         "MaterialComponents/Ink": [
995         ],
996         "MaterialComponents/Palettes": [
998         ],
999         "MaterialComponents/ShadowElevations": [
1001         ],
1002         "MaterialComponents/ShadowLayer": [
1004         ],
1005         "MaterialComponents/Typography": [
1007         ]
1008       },
1009       "testspecs": [
1010         {
1011           "name": "tests",
1012           "test_type": "unit",
1013           "testspecs": [
1014             {
1015               "name": "unit",
1016               "test_type": "unit",
1017               "source_files": [
1018                 "components/Collections/tests/unit/*.{h,m,swift}",
1019                 "components/Collections/tests/unit/supplemental/*.{h,m,swift}"
1020               ],
1021               "resources": "components/Collections/tests/unit/resources/*"
1022             }
1023           ]
1024         }
1025       ]
1026     },
1027     {
1028       "name": "Dialogs",
1029       "platforms": {
1030         "ios": "8.0"
1031       },
1032       "public_header_files": "components/Dialogs/src/*.h",
1033       "source_files": [
1034         "components/Dialogs/src/*.{h,m}",
1035         "components/Dialogs/src/private/*.{h,m}"
1036       ],
1037       "resources": [
1038         "components/Dialogs/src/MaterialDialogs.bundle"
1039       ],
1040       "dependencies": {
1041         "MaterialComponents/Buttons": [
1043         ],
1044         "MaterialComponents/ShadowElevations": [
1046         ],
1047         "MaterialComponents/ShadowLayer": [
1049         ],
1050         "MaterialComponents/Typography": [
1052         ],
1053         "MaterialComponents/private/KeyboardWatcher": [
1055         ],
1056         "MDFInternationalization": [
1058         ]
1059       },
1060       "testspecs": [
1061         {
1062           "name": "tests",
1063           "test_type": "unit",
1064           "testspecs": [
1065             {
1066               "name": "unit",
1067               "test_type": "unit",
1068               "source_files": [
1069                 "components/Dialogs/tests/unit/*.{h,m,swift}",
1070                 "components/Dialogs/tests/unit/supplemental/*.{h,m,swift}"
1071               ],
1072               "resources": "components/Dialogs/tests/unit/resources/*"
1073             }
1074           ]
1075         }
1076       ]
1077     },
1078     {
1079       "name": "Dialogs+ColorThemer",
1080       "platforms": {
1081         "ios": "8.0"
1082       },
1083       "public_header_files": "components/Dialogs/src/ColorThemer/*.h",
1084       "source_files": "components/Dialogs/src/ColorThemer/*.{h,m}",
1085       "dependencies": {
1086         "MaterialComponents/Dialogs": [
1088         ],
1089         "MaterialComponents/Themes": [
1091         ],
1092         "MaterialComponents/Buttons+ColorThemer": [
1094         ]
1095       }
1096     },
1097     {
1098       "name": "Dialogs+TypographyThemer",
1099       "platforms": {
1100         "ios": "8.0"
1101       },
1102       "public_header_files": "components/Dialogs/src/TypographyThemer/*.h",
1103       "source_files": "components/Dialogs/src/TypographyThemer/*.{h,m}",
1104       "dependencies": {
1105         "MaterialComponents/Dialogs": [
1107         ],
1108         "MaterialComponents/schemes/Typography": [
1110         ],
1111         "MaterialComponents/Buttons+TypographyThemer": [
1113         ]
1114       }
1115     },
1116     {
1117       "name": "Dialogs+DialogThemer",
1118       "platforms": {
1119         "ios": "8.0"
1120       },
1121       "public_header_files": "components/Dialogs/src/DialogThemer/*.h",
1122       "source_files": "components/Dialogs/src/DialogThemer/*.{h,m}",
1123       "dependencies": {
1124         "MaterialComponents/Dialogs": [
1126         ],
1127         "MaterialComponents/Dialogs+ColorThemer": [
1129         ],
1130         "MaterialComponents/Dialogs+TypographyThemer": [
1132         ],
1133         "MaterialComponents/Buttons+ButtonThemer": [
1135         ]
1136       }
1137     },
1138     {
1139       "name": "FeatureHighlight",
1140       "platforms": {
1141         "ios": "8.0"
1142       },
1143       "public_header_files": "components/FeatureHighlight/src/*.h",
1144       "source_files": [
1145         "components/FeatureHighlight/src/*.{h,m}",
1146         "components/FeatureHighlight/src/private/*.{h,m}"
1147       ],
1148       "resources": [
1149         "components/FeatureHighlight/src/MaterialFeatureHighlight.bundle"
1150       ],
1151       "dependencies": {
1152         "MaterialComponents/private/Math": [
1154         ],
1155         "MaterialComponents/Typography": [
1157         ],
1158         "MDFTextAccessibility": [
1160         ]
1161       },
1162       "testspecs": [
1163         {
1164           "name": "tests",
1165           "test_type": "unit",
1166           "testspecs": [
1167             {
1168               "name": "unit",
1169               "test_type": "unit",
1170               "source_files": [
1171                 "components/FeatureHighlight/tests/unit/*.{h,m,swift}",
1172                 "components/FeatureHighlight/tests/unit/supplemental/*.{h,m,swift}"
1173               ],
1174               "resources": "components/FeatureHighlight/tests/unit/resources/*"
1175             }
1176           ]
1177         }
1178       ]
1179     },
1180     {
1181       "name": "FeatureHighlight+ColorThemer",
1182       "platforms": {
1183         "ios": "8.0"
1184       },
1185       "public_header_files": "components/FeatureHighlight/src/ColorThemer/*.h",
1186       "source_files": "components/FeatureHighlight/src/ColorThemer/*.{h,m}",
1187       "dependencies": {
1188         "MaterialComponents/FeatureHighlight": [
1190         ],
1191         "MaterialComponents/Themes": [
1193         ]
1194       }
1195     },
1196     {
1197       "name": "FeatureHighlight+FontThemer",
1198       "platforms": {
1199         "ios": "8.0"
1200       },
1201       "public_header_files": "components/FeatureHighlight/src/FontThemer/*.h",
1202       "source_files": "components/FeatureHighlight/src/FontThemer/*.{h,m}",
1203       "dependencies": {
1204         "MaterialComponents/FeatureHighlight": [
1206         ],
1207         "MaterialComponents/Themes": [
1209         ]
1210       }
1211     },
1212     {
1213       "name": "FeatureHighlight+TypographyThemer",
1214       "platforms": {
1215         "ios": "8.0"
1216       },
1217       "public_header_files": "components/FeatureHighlight/src/TypographyThemer/*.h",
1218       "source_files": "components/FeatureHighlight/src/TypographyThemer/*.{h,m}",
1219       "dependencies": {
1220         "MaterialComponents/FeatureHighlight": [
1222         ],
1223         "MaterialComponents/schemes/Typography": [
1225         ]
1226       }
1227     },
1228     {
1229       "name": "FeatureHighlight+FeatureHighlightAccessibilityMutator",
1230       "platforms": {
1231         "ios": "8.0"
1232       },
1233       "public_header_files": "components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/*.h",
1234       "source_files": "components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/*.{h,m}",
1235       "dependencies": {
1236         "MaterialComponents/FeatureHighlight": [
1238         ],
1239         "MDFTextAccessibility": [
1241         ]
1242       }
1243     },
1244     {
1245       "name": "FlexibleHeader",
1246       "platforms": {
1247         "ios": "8.0"
1248       },
1249       "public_header_files": "components/FlexibleHeader/src/*.h",
1250       "source_files": [
1251         "components/FlexibleHeader/src/*.{h,m}",
1252         "components/FlexibleHeader/src/private/*.{h,m}"
1253       ],
1254       "dependencies": {
1255         "MDFTextAccessibility": [
1257         ],
1258         "MaterialComponents/private/Application": [
1260         ],
1261         "MaterialComponents/private/UIMetrics": [
1263         ]
1264       },
1265       "testspecs": [
1266         {
1267           "name": "tests",
1268           "test_type": "unit",
1269           "testspecs": [
1270             {
1271               "name": "unit",
1272               "test_type": "unit",
1273               "source_files": [
1274                 "components/FlexibleHeader/tests/unit/*.{h,m,swift}",
1275                 "components/FlexibleHeader/tests/unit/supplemental/*.{h,m,swift}"
1276               ],
1277               "resources": "components/FlexibleHeader/tests/unit/resources/*"
1278             }
1279           ]
1280         }
1281       ]
1282     },
1283     {
1284       "name": "FlexibleHeader+CanAlwaysExpandToMaximumHeight",
1285       "platforms": {
1286         "ios": "8.0"
1287       },
1288       "public_header_files": "components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/*.h",
1289       "source_files": "components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/*.{h,m}",
1290       "dependencies": {
1291         "MaterialComponents/FlexibleHeader": [
1293         ]
1294       }
1295     },
1296     {
1297       "name": "FlexibleHeader+ColorThemer",
1298       "platforms": {
1299         "ios": "8.0"
1300       },
1301       "public_header_files": "components/FlexibleHeader/src/ColorThemer/*.h",
1302       "source_files": "components/FlexibleHeader/src/ColorThemer/*.{h,m}",
1303       "dependencies": {
1304         "MaterialComponents/FlexibleHeader": [
1306         ],
1307         "MaterialComponents/schemes/Color": [
1309         ]
1310       }
1311     },
1312     {
1313       "name": "HeaderStackView",
1314       "platforms": {
1315         "ios": "8.0"
1316       },
1317       "public_header_files": "components/HeaderStackView/src/*.h",
1318       "source_files": "components/HeaderStackView/src/*.{h,m}",
1319       "testspecs": [
1320         {
1321           "name": "tests",
1322           "test_type": "unit",
1323           "testspecs": [
1324             {
1325               "name": "unit",
1326               "test_type": "unit",
1327               "source_files": [
1328                 "components/HeaderStackView/tests/unit/*.{h,m,swift}",
1329                 "components/HeaderStackView/tests/unit/supplemental/*.{h,m,swift}"
1330               ],
1331               "resources": "components/HeaderStackView/tests/unit/resources/*"
1332             }
1333           ]
1334         }
1335       ]
1336     },
1337     {
1338       "name": "HeaderStackView+ColorThemer",
1339       "platforms": {
1340         "ios": "8.0"
1341       },
1342       "public_header_files": "components/HeaderStackView/src/ColorThemer/*.h",
1343       "source_files": "components/HeaderStackView/src/ColorThemer/*.{h,m}",
1344       "dependencies": {
1345         "MaterialComponents/HeaderStackView": [
1347         ],
1348         "MaterialComponents/Themes": [
1350         ]
1351       }
1352     },
1353     {
1354       "name": "Ink",
1355       "platforms": {
1356         "ios": "8.0"
1357       },
1358       "public_header_files": "components/Ink/src/*.h",
1359       "source_files": [
1360         "components/Ink/src/*.{h,m}",
1361         "components/Ink/src/private/*.{h,m}"
1362       ],
1363       "dependencies": {
1364         "MaterialComponents/private/Math": [
1366         ]
1367       },
1368       "testspecs": [
1369         {
1370           "name": "tests",
1371           "test_type": "unit",
1372           "testspecs": [
1373             {
1374               "name": "unit",
1375               "test_type": "unit",
1376               "source_files": [
1377                 "components/Ink/tests/unit/*.{h,m,swift}",
1378                 "components/Ink/tests/unit/supplemental/*.{h,m,swift}"
1379               ],
1380               "resources": "components/Ink/tests/unit/resources/*"
1381             }
1382           ]
1383         }
1384       ]
1385     },
1386     {
1387       "name": "Ink+ColorThemer",
1388       "platforms": {
1389         "ios": "8.0"
1390       },
1391       "public_header_files": "components/Ink/src/ColorThemer/*.h",
1392       "source_files": "components/Ink/src/ColorThemer/*.{h,m}",
1393       "dependencies": {
1394         "MaterialComponents/Ink": [
1396         ],
1397         "MaterialComponents/Themes": [
1399         ]
1400       }
1401     },
1402     {
1403       "name": "LibraryInfo",
1404       "platforms": {
1405         "ios": "8.0"
1406       },
1407       "public_header_files": "components/LibraryInfo/src/*.h",
1408       "source_files": [
1409         "components/LibraryInfo/src/*.{h,m}",
1410         "components/LibraryInfo/src/private/*.{h,m}"
1411       ],
1412       "testspecs": [
1413         {
1414           "name": "tests",
1415           "test_type": "unit",
1416           "testspecs": [
1417             {
1418               "name": "unit",
1419               "test_type": "unit",
1420               "source_files": [
1421                 "components/LibraryInfo/tests/unit/*.{h,m,swift}",
1422                 "components/LibraryInfo/tests/unit/supplemental/*.{h,m,swift}"
1423               ],
1424               "resources": "components/LibraryInfo/tests/unit/resources/*"
1425             }
1426           ]
1427         }
1428       ]
1429     },
1430     {
1431       "name": "List",
1432       "platforms": {
1433         "ios": "8.0"
1434       },
1435       "public_header_files": "components/List/src/*.h",
1436       "source_files": [
1437         "components/List/src/*.{h,m}",
1438         "components/List/src/private/*.{h,m}"
1439       ],
1440       "dependencies": {
1441         "MaterialComponents/Ink": [
1443         ],
1444         "MaterialComponents/ShadowElevations": [
1446         ],
1447         "MaterialComponents/ShadowLayer": [
1449         ],
1450         "MaterialComponents/Typography": [
1452         ],
1453         "MDFInternationalization": [
1455         ],
1456         "MaterialComponents/private/Math": [
1458         ]
1459       },
1460       "testspecs": [
1461         {
1462           "name": "tests",
1463           "test_type": "unit",
1464           "testspecs": [
1465             {
1466               "name": "unit",
1467               "test_type": "unit",
1468               "source_files": [
1469                 "components/List/tests/unit/*.{h,m,swift}",
1470                 "components/List/tests/unit/supplemental/*.{h,m,swift}"
1471               ],
1472               "resources": "components/List/tests/unit/resources/*"
1473             }
1474           ]
1475         }
1476       ]
1477     },
1478     {
1479       "name": "List+TypographyThemer",
1480       "platforms": {
1481         "ios": "8.0"
1482       },
1483       "public_header_files": "components/List/src/TypographyThemer/*.h",
1484       "source_files": "components/List/src/TypographyThemer/*.{h,m}",
1485       "dependencies": {
1486         "MaterialComponents/List": [
1488         ],
1489         "MaterialComponents/schemes/Typography": [
1491         ]
1492       }
1493     },
1494     {
1495       "name": "List+ColorThemer",
1496       "platforms": {
1497         "ios": "8.0"
1498       },
1499       "public_header_files": "components/List/src/ColorThemer/*.h",
1500       "source_files": [
1501         "components/List/src/ColorThemer/*.{h,m}",
1502         "components/List/src/ColorThemer/private/*.{h,m}"
1503       ],
1504       "dependencies": {
1505         "MaterialComponents/List": [
1507         ],
1508         "MaterialComponents/schemes/Color": [
1510         ]
1511       }
1512     },
1513     {
1514       "name": "List+ListThemer",
1515       "platforms": {
1516         "ios": "8.0"
1517       },
1518       "public_header_files": "components/List/src/ListThemer/*.h",
1519       "source_files": [
1520         "components/List/src/ListThemer/*.{h,m}",
1521         "components/List/src/ListThemer/private/*.{h,m}"
1522       ],
1523       "dependencies": {
1524         "MaterialComponents/List": [
1526         ],
1527         "MaterialComponents/List+ColorThemer": [
1529         ],
1530         "MaterialComponents/List+TypographyThemer": [
1532         ]
1533       }
1534     },
1535     {
1536       "name": "MaskedTransition",
1537       "platforms": {
1538         "ios": "8.0"
1539       },
1540       "public_header_files": "components/MaskedTransition/src/*.h",
1541       "source_files": [
1542         "components/MaskedTransition/src/*.{h,m}",
1543         "components/MaskedTransition/src/private/*.{h,m}"
1544       ],
1545       "dependencies": {
1546         "MotionTransitioning": [
1547           "~> 5.0"
1548         ],
1549         "MotionAnimator": [
1550           "~> 2.0"
1551         ],
1552         "MotionInterchange": [
1553           "~> 1.0"
1554         ]
1555       },
1556       "testspecs": [
1557         {
1558           "name": "tests",
1559           "test_type": "unit",
1560           "testspecs": [
1561             {
1562               "name": "unit",
1563               "test_type": "unit",
1564               "source_files": [
1565                 "components/MaskedTransition/tests/unit/*.{h,m,swift}",
1566                 "components/MaskedTransition/tests/unit/supplemental/*.{h,m,swift}"
1567               ],
1568               "resources": "components/MaskedTransition/tests/unit/resources/*"
1569             }
1570           ]
1571         }
1572       ]
1573     },
1574     {
1575       "name": "NavigationBar",
1576       "platforms": {
1577         "ios": "8.0"
1578       },
1579       "public_header_files": "components/NavigationBar/src/*.h",
1580       "source_files": "components/NavigationBar/src/*.{h,m}",
1581       "dependencies": {
1582         "MDFTextAccessibility": [
1584         ],
1585         "MaterialComponents/ButtonBar": [
1587         ],
1588         "MaterialComponents/Typography": [
1590         ],
1591         "MDFInternationalization": [
1593         ],
1594         "MaterialComponents/private/Math": [
1596         ]
1597       },
1598       "testspecs": [
1599         {
1600           "name": "tests",
1601           "test_type": "unit",
1602           "testspecs": [
1603             {
1604               "name": "unit",
1605               "test_type": "unit",
1606               "source_files": [
1607                 "components/NavigationBar/tests/unit/*.{h,m,swift}",
1608                 "components/NavigationBar/tests/unit/supplemental/*.{h,m,swift}"
1609               ],
1610               "resources": "components/NavigationBar/tests/unit/resources/*"
1611             }
1612           ]
1613         }
1614       ]
1615     },
1616     {
1617       "name": "NavigationBar+ColorThemer",
1618       "platforms": {
1619         "ios": "8.0"
1620       },
1621       "public_header_files": "components/NavigationBar/src/ColorThemer/*.h",
1622       "source_files": "components/NavigationBar/src/ColorThemer/*.{h,m}",
1623       "dependencies": {
1624         "MaterialComponents/NavigationBar": [
1626         ],
1627         "MaterialComponents/schemes/Color": [
1629         ]
1630       }
1631     },
1632     {
1633       "name": "NavigationBar+TypographyThemer",
1634       "platforms": {
1635         "ios": "8.0"
1636       },
1637       "public_header_files": "components/NavigationBar/src/TypographyThemer/*.h",
1638       "source_files": "components/NavigationBar/src/TypographyThemer/*.{h,m}",
1639       "dependencies": {
1640         "MaterialComponents/NavigationBar": [
1642         ],
1643         "MaterialComponents/schemes/Typography": [
1645         ]
1646       }
1647     },
1648     {
1649       "name": "OverlayWindow",
1650       "platforms": {
1651         "ios": "8.0"
1652       },
1653       "public_header_files": "components/OverlayWindow/src/*.h",
1654       "source_files": [
1655         "components/OverlayWindow/src/*.{h,m}",
1656         "components/OverlayWindow/src/private/*.{h,m}"
1657       ],
1658       "dependencies": {
1659         "MaterialComponents/private/Application": [
1661         ]
1662       },
1663       "testspecs": [
1664         {
1665           "name": "tests",
1666           "test_type": "unit",
1667           "testspecs": [
1668             {
1669               "name": "unit",
1670               "test_type": "unit",
1671               "source_files": [
1672                 "components/OverlayWindow/tests/unit/*.{h,m,swift}",
1673                 "components/OverlayWindow/tests/unit/supplemental/*.{h,m,swift}"
1674               ],
1675               "resources": "components/OverlayWindow/tests/unit/resources/*"
1676             }
1677           ]
1678         }
1679       ]
1680     },
1681     {
1682       "name": "PageControl",
1683       "platforms": {
1684         "ios": "8.0"
1685       },
1686       "public_header_files": "components/PageControl/src/*.h",
1687       "source_files": [
1688         "components/PageControl/src/*.{h,m}",
1689         "components/PageControl/src/private/*.{h,m}"
1690       ],
1691       "resources": [
1692         "components/PageControl/src/MaterialPageControl.bundle"
1693       ],
1694       "testspecs": [
1695         {
1696           "name": "tests",
1697           "test_type": "unit",
1698           "testspecs": [
1699             {
1700               "name": "unit",
1701               "test_type": "unit",
1702               "source_files": [
1703                 "components/PageControl/tests/unit/*.{h,m,swift}",
1704                 "components/PageControl/tests/unit/supplemental/*.{h,m,swift}"
1705               ],
1706               "resources": "components/PageControl/tests/unit/resources/*"
1707             }
1708           ]
1709         }
1710       ]
1711     },
1712     {
1713       "name": "PageControl+ColorThemer",
1714       "platforms": {
1715         "ios": "8.0"
1716       },
1717       "public_header_files": "components/PageControl/src/ColorThemer/*.h",
1718       "source_files": "components/PageControl/src/ColorThemer/*.{h,m}",
1719       "dependencies": {
1720         "MaterialComponents/PageControl": [
1722         ],
1723         "MaterialComponents/Themes": [
1725         ]
1726       }
1727     },
1728     {
1729       "name": "Palettes",
1730       "platforms": {
1731         "ios": "8.0"
1732       },
1733       "public_header_files": "components/Palettes/src/*.h",
1734       "source_files": [
1735         "components/Palettes/src/*.{h,m}",
1736         "components/Palettes/src/private/*.{h,m}"
1737       ],
1738       "testspecs": [
1739         {
1740           "name": "tests",
1741           "test_type": "unit",
1742           "testspecs": [
1743             {
1744               "name": "unit",
1745               "test_type": "unit",
1746               "source_files": [
1747                 "components/Palettes/tests/unit/*.{h,m,swift}",
1748                 "components/Palettes/tests/unit/supplemental/*.{h,m,swift}"
1749               ],
1750               "resources": "components/Palettes/tests/unit/resources/*"
1751             }
1752           ]
1753         }
1754       ]
1755     },
1756     {
1757       "name": "ProgressView",
1758       "platforms": {
1759         "ios": "8.0"
1760       },
1761       "public_header_files": "components/ProgressView/src/*.h",
1762       "source_files": [
1763         "components/ProgressView/src/*.{h,m}",
1764         "components/ProgressView/src/private/*.{h,m}"
1765       ],
1766       "dependencies": {
1767         "MDFInternationalization": [
1769         ],
1770         "MaterialComponents/Palettes": [
1772         ],
1773         "MaterialComponents/private/Math": [
1775         ],
1776         "MotionAnimator": [
1777           "~> 2.1"
1778         ]
1779       },
1780       "testspecs": [
1781         {
1782           "name": "tests",
1783           "test_type": "unit",
1784           "testspecs": [
1785             {
1786               "name": "unit",
1787               "test_type": "unit",
1788               "source_files": [
1789                 "components/ProgressView/tests/unit/*.{h,m,swift}",
1790                 "components/ProgressView/tests/unit/supplemental/*.{h,m,swift}"
1791               ],
1792               "resources": "components/ProgressView/tests/unit/resources/*"
1793             }
1794           ]
1795         }
1796       ]
1797     },
1798     {
1799       "name": "ProgressView+ColorThemer",
1800       "platforms": {
1801         "ios": "8.0"
1802       },
1803       "public_header_files": "components/ProgressView/src/ColorThemer/*.h",
1804       "source_files": "components/ProgressView/src/ColorThemer/*.{h,m}",
1805       "dependencies": {
1806         "MaterialComponents/ProgressView": [
1808         ],
1809         "MaterialComponents/Themes": [
1811         ]
1812       }
1813     },
1814     {
1815       "name": "ShadowElevations",
1816       "platforms": {
1817         "ios": "8.0"
1818       },
1819       "public_header_files": "components/ShadowElevations/src/*.h",
1820       "source_files": "components/ShadowElevations/src/*.{h,m}",
1821       "testspecs": [
1822         {
1823           "name": "tests",
1824           "test_type": "unit",
1825           "testspecs": [
1826             {
1827               "name": "unit",
1828               "test_type": "unit",
1829               "source_files": [
1830                 "components/ShadowElevations/tests/unit/*.{h,m,swift}",
1831                 "components/ShadowElevations/tests/unit/supplemental/*.{h,m,swift}"
1832               ],
1833               "resources": "components/ShadowElevations/tests/unit/resources/*"
1834             }
1835           ]
1836         }
1837       ]
1838     },
1839     {
1840       "name": "ShadowLayer",
1841       "platforms": {
1842         "ios": "8.0"
1843       },
1844       "public_header_files": "components/ShadowLayer/src/*.h",
1845       "source_files": "components/ShadowLayer/src/*.{h,m}",
1846       "dependencies": {
1847         "MaterialComponents/ShadowElevations": [
1849         ]
1850       },
1851       "testspecs": [
1852         {
1853           "name": "tests",
1854           "test_type": "unit",
1855           "testspecs": [
1856             {
1857               "name": "unit",
1858               "test_type": "unit",
1859               "source_files": [
1860                 "components/ShadowLayer/tests/unit/*.{h,m,swift}",
1861                 "components/ShadowLayer/tests/unit/supplemental/*.{h,m,swift}"
1862               ],
1863               "resources": "components/ShadowLayer/tests/unit/resources/*"
1864             }
1865           ]
1866         }
1867       ]
1868     },
1869     {
1870       "name": "Slider",
1871       "platforms": {
1872         "ios": "8.0"
1873       },
1874       "public_header_files": "components/Slider/src/*.h",
1875       "source_files": [
1876         "components/Slider/src/*.{h,m}",
1877         "components/Slider/src/private/*.{h,m}"
1878       ],
1879       "dependencies": {
1880         "MaterialComponents/Palettes": [
1882         ],
1883         "MaterialComponents/ShadowElevations": [
1885         ],
1886         "MaterialComponents/private/ThumbTrack": [
1888         ]
1889       },
1890       "testspecs": [
1891         {
1892           "name": "tests",
1893           "test_type": "unit",
1894           "testspecs": [
1895             {
1896               "name": "unit",
1897               "test_type": "unit",
1898               "source_files": [
1899                 "components/Slider/tests/unit/*.{h,m,swift}",
1900                 "components/Slider/tests/unit/supplemental/*.{h,m,swift}"
1901               ],
1902               "resources": "components/Slider/tests/unit/resources/*"
1903             }
1904           ]
1905         }
1906       ]
1907     },
1908     {
1909       "name": "Slider+ColorThemer",
1910       "platforms": {
1911         "ios": "8.0"
1912       },
1913       "public_header_files": "components/Slider/src/ColorThemer/*.h",
1914       "source_files": "components/Slider/src/ColorThemer/*.{h,m}",
1915       "dependencies": {
1916         "MaterialComponents/Palettes": [
1918         ],
1919         "MaterialComponents/Slider": [
1921         ],
1922         "MaterialComponents/schemes/Color": [
1924         ]
1925       }
1926     },
1927     {
1928       "name": "Snackbar",
1929       "platforms": {
1930         "ios": "8.0"
1931       },
1932       "public_header_files": "components/Snackbar/src/*.h",
1933       "source_files": [
1934         "components/Snackbar/src/*.{h,m}",
1935         "components/Snackbar/src/private/*.{h,m}"
1936       ],
1937       "resources": [
1938         "components/Snackbar/src/MaterialSnackbar.bundle"
1939       ],
1940       "dependencies": {
1941         "MaterialComponents/AnimationTiming": [
1943         ],
1944         "MaterialComponents/Buttons": [
1946         ],
1947         "MaterialComponents/OverlayWindow": [
1949         ],
1950         "MaterialComponents/Typography": [
1952         ],
1953         "MaterialComponents/private/Application": [
1955         ],
1956         "MaterialComponents/private/KeyboardWatcher": [
1958         ],
1959         "MaterialComponents/private/Overlay": [
1961         ]
1962       },
1963       "testspecs": [
1964         {
1965           "name": "tests",
1966           "test_type": "unit",
1967           "testspecs": [
1968             {
1969               "name": "unit",
1970               "test_type": "unit",
1971               "source_files": [
1972                 "components/Snackbar/tests/unit/*.{h,m,swift}",
1973                 "components/Snackbar/tests/unit/supplemental/*.{h,m,swift}"
1974               ],
1975               "resources": "components/Snackbar/tests/unit/resources/*"
1976             }
1977           ]
1978         }
1979       ]
1980     },
1981     {
1982       "name": "Snackbar+ColorThemer",
1983       "platforms": {
1984         "ios": "8.0"
1985       },
1986       "public_header_files": "components/Snackbar/src/ColorThemer/*.h",
1987       "source_files": "components/Snackbar/src/ColorThemer/*.{h,m}",
1988       "dependencies": {
1989         "MaterialComponents/Snackbar": [
1991         ],
1992         "MaterialComponents/schemes/Color": [
1994         ]
1995       }
1996     },
1997     {
1998       "name": "Snackbar+FontThemer",
1999       "platforms": {
2000         "ios": "8.0"
2001       },
2002       "public_header_files": "components/Snackbar/src/FontThemer/*.h",
2003       "source_files": "components/Snackbar/src/FontThemer/*.{h,m}",
2004       "dependencies": {
2005         "MaterialComponents/Snackbar": [
2007         ],
2008         "MaterialComponents/Themes": [
2010         ]
2011       }
2012     },
2013     {
2014       "name": "Snackbar+TypographyThemer",
2015       "platforms": {
2016         "ios": "8.0"
2017       },
2018       "public_header_files": "components/Snackbar/src/TypographyThemer/*.h",
2019       "source_files": "components/Snackbar/src/TypographyThemer/*.{h,m}",
2020       "dependencies": {
2021         "MaterialComponents/Snackbar": [
2023         ],
2024         "MaterialComponents/schemes/Typography": [
2026         ]
2027       }
2028     },
2029     {
2030       "name": "Tabs",
2031       "platforms": {
2032         "ios": "8.0"
2033       },
2034       "public_header_files": "components/Tabs/src/*.h",
2035       "source_files": [
2036         "components/Tabs/src/*.{h,m}",
2037         "components/Tabs/src/private/*.{h,m}"
2038       ],
2039       "resources": [
2040         "components/Tabs/src/MaterialTabs.bundle"
2041       ],
2042       "dependencies": {
2043         "MDFInternationalization": [
2045         ],
2046         "MaterialComponents/AnimationTiming": [
2048         ],
2049         "MaterialComponents/Ink": [
2051         ],
2052         "MaterialComponents/ShadowElevations": [
2054         ],
2055         "MaterialComponents/ShadowLayer": [
2057         ],
2058         "MaterialComponents/Typography": [
2060         ],
2061         "MaterialComponents/private/Math": [
2063         ]
2064       },
2065       "testspecs": [
2066         {
2067           "name": "tests",
2068           "test_type": "unit",
2069           "testspecs": [
2070             {
2071               "name": "unit",
2072               "test_type": "unit",
2073               "source_files": [
2074                 "components/Tabs/tests/unit/*.{h,m,swift}",
2075                 "components/Tabs/tests/unit/supplemental/*.{h,m,swift}"
2076               ],
2077               "resources": "components/Tabs/tests/unit/resources/*"
2078             }
2079           ]
2080         }
2081       ]
2082     },
2083     {
2084       "name": "Tabs+ColorThemer",
2085       "platforms": {
2086         "ios": "8.0"
2087       },
2088       "public_header_files": "components/Tabs/src/ColorThemer/*.h",
2089       "source_files": "components/Tabs/src/ColorThemer/*.{h,m}",
2090       "dependencies": {
2091         "MaterialComponents/schemes/Color": [
2093         ],
2094         "MaterialComponents/Tabs": [
2096         ]
2097       }
2098     },
2099     {
2100       "name": "Tabs+FontThemer",
2101       "platforms": {
2102         "ios": "8.0"
2103       },
2104       "public_header_files": "components/Tabs/src/FontThemer/*.h",
2105       "source_files": "components/Tabs/src/FontThemer/*.{h,m}",
2106       "dependencies": {
2107         "MaterialComponents/Tabs": [
2109         ],
2110         "MaterialComponents/Themes": [
2112         ]
2113       }
2114     },
2115     {
2116       "name": "Tabs+TypographyThemer",
2117       "platforms": {
2118         "ios": "8.0"
2119       },
2120       "public_header_files": "components/Tabs/src/TypographyThemer/*.h",
2121       "source_files": "components/Tabs/src/TypographyThemer/*.{h,m}",
2122       "dependencies": {
2123         "MaterialComponents/Tabs": [
2125         ],
2126         "MaterialComponents/schemes/Typography": [
2128         ]
2129       }
2130     },
2131     {
2132       "name": "TextFields",
2133       "platforms": {
2134         "ios": "8.0"
2135       },
2136       "public_header_files": "components/TextFields/src/*.h",
2137       "source_files": [
2138         "components/TextFields/src/*.{h,m}",
2139         "components/TextFields/src/private/*.{h,m}"
2140       ],
2141       "dependencies": {
2142         "MaterialComponents/AnimationTiming": [
2144         ],
2145         "MaterialComponents/Palettes": [
2147         ],
2148         "MaterialComponents/Typography": [
2150         ],
2151         "MDFInternationalization": [
2153         ],
2154         "MaterialComponents/private/Math": [
2156         ]
2157       },
2158       "testspecs": [
2159         {
2160           "name": "tests",
2161           "test_type": "unit",
2162           "testspecs": [
2163             {
2164               "name": "unit",
2165               "test_type": "unit",
2166               "source_files": [
2167                 "components/TextFields/tests/unit/*.{h,m,swift}",
2168                 "components/TextFields/tests/unit/supplemental/*.{h,m,swift}"
2169               ],
2170               "resources": "components/TextFields/tests/unit/resources/*"
2171             }
2172           ]
2173         }
2174       ]
2175     },
2176     {
2177       "name": "TextFields+ColorThemer",
2178       "platforms": {
2179         "ios": "8.0"
2180       },
2181       "public_header_files": "components/TextFields/src/ColorThemer/*.h",
2182       "source_files": "components/TextFields/src/ColorThemer/*.{h,m}",
2183       "dependencies": {
2184         "MaterialComponents/TextFields": [
2186         ],
2187         "MaterialComponents/Themes": [
2189         ]
2190       }
2191     },
2192     {
2193       "name": "TextFields+FontThemer",
2194       "platforms": {
2195         "ios": "8.0"
2196       },
2197       "public_header_files": "components/TextFields/src/FontThemer/*.h",
2198       "source_files": "components/TextFields/src/FontThemer/*.{h,m}",
2199       "dependencies": {
2200         "MaterialComponents/TextFields": [
2202         ],
2203         "MaterialComponents/Themes": [
2205         ]
2206       }
2207     },
2208     {
2209       "name": "TextFields+TypographyThemer",
2210       "platforms": {
2211         "ios": "8.0"
2212       },
2213       "public_header_files": "components/TextFields/src/TypographyThemer/*.h",
2214       "source_files": "components/TextFields/src/TypographyThemer/*.{h,m}",
2215       "dependencies": {
2216         "MaterialComponents/TextFields": [
2218         ],
2219         "MaterialComponents/schemes/Typography": [
2221         ]
2222       }
2223     },
2224     {
2225       "name": "Themes",
2226       "platforms": {
2227         "ios": "8.0"
2228       },
2229       "public_header_files": "components/Themes/src/*.h",
2230       "source_files": [
2231         "components/Themes/src/*.{h,m}",
2232         "components/Themes/src/private/*.{h,m}"
2233       ],
2234       "dependencies": {
2235         "MaterialComponents/schemes/Color": [
2237         ],
2238         "MaterialComponents/schemes/Typography": [
2240         ]
2241       },
2242       "testspecs": [
2243         {
2244           "name": "tests",
2245           "test_type": "unit",
2246           "testspecs": [
2247             {
2248               "name": "unit",
2249               "test_type": "unit",
2250               "source_files": [
2251                 "components/Themes/tests/unit/*.{h,m,swift}",
2252                 "components/Themes/tests/unit/supplemental/*.{h,m,swift}"
2253               ],
2254               "resources": "components/Themes/tests/unit/resources/*"
2255             }
2256           ]
2257         }
2258       ]
2259     },
2260     {
2261       "name": "Typography",
2262       "platforms": {
2263         "ios": "8.0"
2264       },
2265       "public_header_files": "components/Typography/src/*.h",
2266       "source_files": [
2267         "components/Typography/src/*.{h,m}",
2268         "components/Typography/src/private/*.{h,m}"
2269       ],
2270       "dependencies": {
2271         "MaterialComponents/private/Application": [
2273         ],
2274         "MaterialComponents/private/Math": [
2276         ]
2277       },
2278       "testspecs": [
2279         {
2280           "name": "tests",
2281           "test_type": "unit",
2282           "testspecs": [
2283             {
2284               "name": "unit",
2285               "test_type": "unit",
2286               "source_files": [
2287                 "components/Typography/tests/unit/*.{h,m,swift}",
2288                 "components/Typography/tests/unit/supplemental/*.{h,m,swift}"
2289               ],
2290               "resources": "components/Typography/tests/unit/resources/*"
2291             }
2292           ]
2293         }
2294       ]
2295     },
2296     {
2297       "name": "schemes",
2298       "subspecs": [
2299         {
2300           "name": "Color",
2301           "platforms": {
2302             "ios": "8.0"
2303           },
2304           "public_header_files": "components/schemes/Color/src/*.h",
2305           "source_files": "components/schemes/Color/src/*.{h,m}",
2306           "testspecs": [
2307             {
2308               "name": "tests",
2309               "test_type": "unit",
2310               "testspecs": [
2311                 {
2312                   "name": "unit",
2313                   "test_type": "unit",
2314                   "source_files": [
2315                     "components/schemes/Color/tests/unit/*.{h,m,swift}",
2316                     "components/schemes/Color/tests/unit/supplemental/*.{h,m,swift}"
2317                   ],
2318                   "resources": "components/schemes/Color/tests/unit/resources/*"
2319                 }
2320               ]
2321             }
2322           ]
2323         },
2324         {
2325           "name": "Shape",
2326           "platforms": {
2327             "ios": "8.0"
2328           },
2329           "public_header_files": "components/schemes/Shape/src/*.h",
2330           "source_files": "components/schemes/Shape/src/*.{h,m}",
2331           "dependencies": {
2332             "MaterialComponents/private/ShapeLibrary": [
2334             ],
2335             "MaterialComponents/private/Shapes": [
2337             ]
2338           },
2339           "testspecs": [
2340             {
2341               "name": "tests",
2342               "test_type": "unit",
2343               "testspecs": [
2344                 {
2345                   "name": "unit",
2346                   "test_type": "unit",
2347                   "source_files": [
2348                     "components/schemes/Shape/tests/unit/*.{h,m,swift}",
2349                     "components/schemes/Shape/tests/unit/supplemental/*.{h,m,swift}"
2350                   ],
2351                   "resources": "components/schemes/Shape/tests/unit/resources/*"
2352                 }
2353               ]
2354             }
2355           ]
2356         },
2357         {
2358           "name": "Typography",
2359           "platforms": {
2360             "ios": "8.0"
2361           },
2362           "public_header_files": "components/schemes/Typography/src/*.h",
2363           "source_files": "components/schemes/Typography/src/*.{h,m}",
2364           "testspecs": [
2365             {
2366               "name": "tests",
2367               "test_type": "unit",
2368               "testspecs": [
2369                 {
2370                   "name": "unit",
2371                   "test_type": "unit",
2372                   "source_files": [
2373                     "components/schemes/Typography/tests/unit/*.{h,m,swift}",
2374                     "components/schemes/Typography/tests/unit/supplemental/*.{h,m,swift}"
2375                   ],
2376                   "resources": "components/schemes/Typography/tests/unit/resources/*"
2377                 }
2378               ]
2379             }
2380           ]
2381         }
2382       ]
2383     },
2384     {
2385       "name": "private",
2386       "subspecs": [
2387         {
2388           "name": "Icons",
2389           "subspecs": [
2390             {
2391               "name": "Base",
2392               "public_header_files": "components/private/Icons/src/*.h",
2393               "source_files": "components/private/Icons/src/*.{h,m}"
2394             },
2395             {
2396               "name": "ic_arrow_back",
2397               "public_header_files": "components/private/Icons/icons/ic_arrow_back/src/*.h",
2398               "source_files": "components/private/Icons/icons/ic_arrow_back/src/*.{h,m}",
2399               "resource_bundles": {
2400                 "MaterialIcons_ic_arrow_back": [
2401                   "components/private/Icons/icons/ic_arrow_back/src/MaterialIcons_ic_arrow_back.bundle/*.png"
2402                 ]
2403               },
2404               "dependencies": {
2405                 "MaterialComponents/private/Icons/Base": [
2407                 ]
2408               }
2409             },
2410             {
2411               "name": "ic_check",
2412               "public_header_files": "components/private/Icons/icons/ic_check/src/*.h",
2413               "source_files": "components/private/Icons/icons/ic_check/src/*.{h,m}",
2414               "resource_bundles": {
2415                 "MaterialIcons_ic_check": [
2416                   "components/private/Icons/icons/ic_check/src/MaterialIcons_ic_check.bundle/*.png"
2417                 ]
2418               },
2419               "dependencies": {
2420                 "MaterialComponents/private/Icons/Base": [
2422                 ]
2423               }
2424             },
2425             {
2426               "name": "ic_check_circle",
2427               "public_header_files": "components/private/Icons/icons/ic_check_circle/src/*.h",
2428               "source_files": "components/private/Icons/icons/ic_check_circle/src/*.{h,m}",
2429               "resource_bundles": {
2430                 "MaterialIcons_ic_check_circle": [
2431                   "components/private/Icons/icons/ic_check_circle/src/MaterialIcons_ic_check_circle.bundle/*.png"
2432                 ]
2433               },
2434               "dependencies": {
2435                 "MaterialComponents/private/Icons/Base": [
2437                 ]
2438               }
2439             },
2440             {
2441               "name": "ic_chevron_right",
2442               "public_header_files": "components/private/Icons/icons/ic_chevron_right/src/*.h",
2443               "source_files": "components/private/Icons/icons/ic_chevron_right/src/*.{h,m}",
2444               "resource_bundles": {
2445                 "MaterialIcons_ic_chevron_right": [
2446                   "components/private/Icons/icons/ic_chevron_right/src/MaterialIcons_ic_chevron_right.bundle/*.png"
2447                 ]
2448               },
2449               "dependencies": {
2450                 "MaterialComponents/private/Icons/Base": [
2452                 ]
2453               }
2454             },
2455             {
2456               "name": "ic_color_lens",
2457               "public_header_files": "components/private/Icons/icons/ic_color_lens/src/*.h",
2458               "source_files": "components/private/Icons/icons/ic_color_lens/src/*.{h,m}",
2459               "resource_bundles": {
2460                 "MaterialIcons_ic_color_lens": [
2461                   "components/private/Icons/icons/ic_color_lens/src/MaterialIcons_ic_color_lens.bundle/*.png"
2462                 ]
2463               },
2464               "dependencies": {
2465                 "MaterialComponents/private/Icons/Base": [
2467                 ]
2468               }
2469             },
2470             {
2471               "name": "ic_help_outline",
2472               "public_header_files": "components/private/Icons/icons/ic_help_outline/src/*.h",
2473               "source_files": "components/private/Icons/icons/ic_help_outline/src/*.{h,m}",
2474               "resource_bundles": {
2475                 "MaterialIcons_ic_help_outline": [
2476                   "components/private/Icons/icons/ic_help_outline/src/MaterialIcons_ic_help_outline.bundle/*.png"
2477                 ]
2478               },
2479               "dependencies": {
2480                 "MaterialComponents/private/Icons/Base": [
2482                 ]
2483               }
2484             },
2485             {
2486               "name": "ic_info",
2487               "public_header_files": "components/private/Icons/icons/ic_info/src/*.h",
2488               "source_files": "components/private/Icons/icons/ic_info/src/*.{h,m}",
2489               "resource_bundles": {
2490                 "MaterialIcons_ic_info": [
2491                   "components/private/Icons/icons/ic_info/src/MaterialIcons_ic_info.bundle/*.png"
2492                 ]
2493               },
2494               "dependencies": {
2495                 "MaterialComponents/private/Icons/Base": [
2497                 ]
2498               }
2499             },
2500             {
2501               "name": "ic_more_horiz",
2502               "public_header_files": "components/private/Icons/icons/ic_more_horiz/src/*.h",
2503               "source_files": "components/private/Icons/icons/ic_more_horiz/src/*.{h,m}",
2504               "resource_bundles": {
2505                 "MaterialIcons_ic_more_horiz": [
2506                   "components/private/Icons/icons/ic_more_horiz/src/MaterialIcons_ic_more_horiz.bundle/*.png"
2507                 ]
2508               },
2509               "dependencies": {
2510                 "MaterialComponents/private/Icons/Base": [
2512                 ]
2513               }
2514             },
2515             {
2516               "name": "ic_radio_button_unchecked",
2517               "public_header_files": "components/private/Icons/icons/ic_radio_button_unchecked/src/*.h",
2518               "source_files": "components/private/Icons/icons/ic_radio_button_unchecked/src/*.{h,m}",
2519               "resource_bundles": {
2520                 "MaterialIcons_ic_radio_button_unchecked": [
2521                   "components/private/Icons/icons/ic_radio_button_unchecked/src/MaterialIcons_ic_radio_button_unchecked.bundle/*.png"
2522                 ]
2523               },
2524               "dependencies": {
2525                 "MaterialComponents/private/Icons/Base": [
2527                 ]
2528               }
2529             },
2530             {
2531               "name": "ic_reorder",
2532               "public_header_files": "components/private/Icons/icons/ic_reorder/src/*.h",
2533               "source_files": "components/private/Icons/icons/ic_reorder/src/*.{h,m}",
2534               "resource_bundles": {
2535                 "MaterialIcons_ic_reorder": [
2536                   "components/private/Icons/icons/ic_reorder/src/MaterialIcons_ic_reorder.bundle/*.png"
2537                 ]
2538               },
2539               "dependencies": {
2540                 "MaterialComponents/private/Icons/Base": [
2542                 ]
2543               }
2544             },
2545             {
2546               "name": "ic_settings",
2547               "public_header_files": "components/private/Icons/icons/ic_settings/src/*.h",
2548               "source_files": "components/private/Icons/icons/ic_settings/src/*.{h,m}",
2549               "resource_bundles": {
2550                 "MaterialIcons_ic_settings": [
2551                   "components/private/Icons/icons/ic_settings/src/MaterialIcons_ic_settings.bundle/*.png"
2552                 ]
2553               },
2554               "dependencies": {
2555                 "MaterialComponents/private/Icons/Base": [
2557                 ]
2558               }
2559             }
2560           ]
2561         },
2562         {
2563           "name": "Application",
2564           "platforms": {
2565             "ios": "8.0"
2566           },
2567           "public_header_files": "components/private/Application/src/*.h",
2568           "source_files": "components/private/Application/src/*.{h,m}",
2569           "testspecs": [
2570             {
2571               "name": "tests",
2572               "test_type": "unit",
2573               "testspecs": [
2574                 {
2575                   "name": "unit",
2576                   "test_type": "unit",
2577                   "source_files": [
2578                     "components/private/Application/tests/unit/*.{h,m,swift}",
2579                     "components/private/Application/tests/unit/supplemental/*.{h,m,swift}"
2580                   ],
2581                   "resources": "components/private/Application/tests/unit/resources/*"
2582                 }
2583               ]
2584             }
2585           ]
2586         },
2587         {
2588           "name": "KeyboardWatcher",
2589           "platforms": {
2590             "ios": "8.0"
2591           },
2592           "public_header_files": "components/private/KeyboardWatcher/src/*.h",
2593           "source_files": "components/private/KeyboardWatcher/src/*.{h,m}",
2594           "dependencies": {
2595             "MaterialComponents/private/Application": [
2597             ]
2598           },
2599           "testspecs": [
2600             {
2601               "name": "tests",
2602               "test_type": "unit",
2603               "testspecs": [
2604                 {
2605                   "name": "unit",
2606                   "test_type": "unit",
2607                   "source_files": [
2608                     "components/private/KeyboardWatcher/tests/unit/*.{h,m,swift}",
2609                     "components/private/KeyboardWatcher/tests/unit/supplemental/*.{h,m,swift}"
2610                   ],
2611                   "resources": "components/private/KeyboardWatcher/tests/unit/resources/*"
2612                 }
2613               ]
2614             }
2615           ]
2616         },
2617         {
2618           "name": "Math",
2619           "platforms": {
2620             "ios": "8.0"
2621           },
2622           "public_header_files": "components/private/Math/src/*.h",
2623           "source_files": "components/private/Math/src/*.{h,m}",
2624           "testspecs": [
2625             {
2626               "name": "tests",
2627               "test_type": "unit",
2628               "testspecs": [
2629                 {
2630                   "name": "unit",
2631                   "test_type": "unit",
2632                   "source_files": [
2633                     "components/private/Math/tests/unit/*.{h,m,swift}",
2634                     "components/private/Math/tests/unit/supplemental/*.{h,m,swift}"
2635                   ],
2636                   "resources": "components/private/Math/tests/unit/resources/*"
2637                 }
2638               ]
2639             }
2640           ]
2641         },
2642         {
2643           "name": "Overlay",
2644           "platforms": {
2645             "ios": "8.0"
2646           },
2647           "public_header_files": "components/private/Overlay/src/*.h",
2648           "source_files": [
2649             "components/private/Overlay/src/*.{h,m}",
2650             "components/private/Overlay/src/private/*.{h,m}"
2651           ],
2652           "testspecs": [
2653             {
2654               "name": "tests",
2655               "test_type": "unit",
2656               "testspecs": [
2657                 {
2658                   "name": "unit",
2659                   "test_type": "unit",
2660                   "source_files": [
2661                     "components/private/Overlay/tests/unit/*.{h,m,swift}",
2662                     "components/private/Overlay/tests/unit/supplemental/*.{h,m,swift}"
2663                   ],
2664                   "resources": "components/private/Overlay/tests/unit/resources/*"
2665                 }
2666               ]
2667             }
2668           ]
2669         },
2670         {
2671           "name": "ShapeLibrary",
2672           "platforms": {
2673             "ios": "8.0"
2674           },
2675           "public_header_files": "components/private/ShapeLibrary/src/*.h",
2676           "source_files": [
2677             "components/private/ShapeLibrary/src/*.{h,m}",
2678             "components/private/ShapeLibrary/src/private/*.{h,m}"
2679           ],
2680           "dependencies": {
2681             "MaterialComponents/private/Shapes": [
2683             ],
2684             "MaterialComponents/private/Math": [
2686             ]
2687           },
2688           "testspecs": [
2689             {
2690               "name": "tests",
2691               "test_type": "unit",
2692               "testspecs": [
2693                 {
2694                   "name": "unit",
2695                   "test_type": "unit",
2696                   "source_files": [
2697                     "components/private/ShapeLibrary/tests/unit/*.{h,m,swift}",
2698                     "components/private/ShapeLibrary/tests/unit/supplemental/*.{h,m,swift}"
2699                   ],
2700                   "resources": "components/private/ShapeLibrary/tests/unit/resources/*"
2701                 }
2702               ]
2703             }
2704           ]
2705         },
2706         {
2707           "name": "Shapes",
2708           "platforms": {
2709             "ios": "8.0"
2710           },
2711           "public_header_files": "components/private/Shapes/src/*.h",
2712           "source_files": [
2713             "components/private/Shapes/src/*.{h,m}",
2714             "components/private/Shapes/src/private/*.{h,m}"
2715           ],
2716           "dependencies": {
2717             "MaterialComponents/ShadowLayer": [
2719             ],
2720             "MaterialComponents/private/Math": [
2722             ]
2723           },
2724           "testspecs": [
2725             {
2726               "name": "tests",
2727               "test_type": "unit",
2728               "testspecs": [
2729                 {
2730                   "name": "unit",
2731                   "test_type": "unit",
2732                   "source_files": [
2733                     "components/private/Shapes/tests/unit/*.{h,m,swift}",
2734                     "components/private/Shapes/tests/unit/supplemental/*.{h,m,swift}"
2735                   ],
2736                   "resources": "components/private/Shapes/tests/unit/resources/*"
2737                 }
2738               ]
2739             }
2740           ]
2741         },
2742         {
2743           "name": "ThumbTrack",
2744           "platforms": {
2745             "ios": "8.0"
2746           },
2747           "public_header_files": "components/private/ThumbTrack/src/*.h",
2748           "source_files": [
2749             "components/private/ThumbTrack/src/*.{h,m}",
2750             "components/private/ThumbTrack/src/private/*.{h,m}"
2751           ],
2752           "dependencies": {
2753             "MaterialComponents/Ink": [
2755             ],
2756             "MaterialComponents/ShadowElevations": [
2758             ],
2759             "MaterialComponents/ShadowLayer": [
2761             ],
2762             "MaterialComponents/Typography": [
2764             ],
2765             "MDFInternationalization": [
2767             ],
2768             "MaterialComponents/private/Math": [
2770             ]
2771           },
2772           "testspecs": [
2773             {
2774               "name": "tests",
2775               "test_type": "unit",
2776               "testspecs": [
2777                 {
2778                   "name": "unit",
2779                   "test_type": "unit",
2780                   "source_files": [
2781                     "components/private/ThumbTrack/tests/unit/*.{h,m,swift}",
2782                     "components/private/ThumbTrack/tests/unit/supplemental/*.{h,m,swift}"
2783                   ],
2784                   "resources": "components/private/ThumbTrack/tests/unit/resources/*"
2785                 }
2786               ]
2787             }
2788           ]
2789         },
2790         {
2791           "name": "UIMetrics",
2792           "platforms": {
2793             "ios": "8.0"
2794           },
2795           "public_header_files": "components/private/UIMetrics/src/*.h",
2796           "source_files": [
2797             "components/private/UIMetrics/src/*.{h,m}",
2798             "components/private/UIMetrics/src/private/*.{h,m}"
2799           ],
2800           "dependencies": {
2801             "MaterialComponents/private/Application": [
2803             ]
2804           },
2805           "testspecs": [
2806             {
2807               "name": "tests",
2808               "test_type": "unit",
2809               "testspecs": [
2810                 {
2811                   "name": "unit",
2812                   "test_type": "unit",
2813                   "source_files": [
2814                     "components/private/UIMetrics/tests/unit/*.{h,m,swift}",
2815                     "components/private/UIMetrics/tests/unit/supplemental/*.{h,m,swift}"
2816                   ],
2817                   "resources": "components/private/UIMetrics/tests/unit/resources/*"
2818                 }
2819               ]
2820             }
2821           ]
2822         }
2823       ]
2824     }
2825   ]