[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 9 / MaterialComponents / 65.0.0 / MaterialComponents.podspec.json
blobcd2fcd110754bfa28f030717dcdfdbf8cede0794
2   "name": "MaterialComponents",
3   "version": "65.0.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": "v65.0.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       }
1093     },
1094     {
1095       "name": "Dialogs+TypographyThemer",
1096       "platforms": {
1097         "ios": "8.0"
1098       },
1099       "public_header_files": "components/Dialogs/src/TypographyThemer/*.h",
1100       "source_files": "components/Dialogs/src/TypographyThemer/*.{h,m}",
1101       "dependencies": {
1102         "MaterialComponents/Dialogs": [
1104         ],
1105         "MaterialComponents/schemes/Typography": [
1107         ]
1108       }
1109     },
1110     {
1111       "name": "Dialogs+DialogThemer",
1112       "platforms": {
1113         "ios": "8.0"
1114       },
1115       "public_header_files": "components/Dialogs/src/DialogThemer/*.h",
1116       "source_files": "components/Dialogs/src/DialogThemer/*.{h,m}",
1117       "dependencies": {
1118         "MaterialComponents/Dialogs": [
1120         ],
1121         "MaterialComponents/Dialogs+ColorThemer": [
1123         ],
1124         "MaterialComponents/Dialogs+TypographyThemer": [
1126         ]
1127       }
1128     },
1129     {
1130       "name": "FeatureHighlight",
1131       "platforms": {
1132         "ios": "8.0"
1133       },
1134       "public_header_files": "components/FeatureHighlight/src/*.h",
1135       "source_files": [
1136         "components/FeatureHighlight/src/*.{h,m}",
1137         "components/FeatureHighlight/src/private/*.{h,m}"
1138       ],
1139       "resources": [
1140         "components/FeatureHighlight/src/MaterialFeatureHighlight.bundle"
1141       ],
1142       "dependencies": {
1143         "MaterialComponents/private/Math": [
1145         ],
1146         "MaterialComponents/Typography": [
1148         ],
1149         "MDFTextAccessibility": [
1151         ]
1152       },
1153       "testspecs": [
1154         {
1155           "name": "tests",
1156           "test_type": "unit",
1157           "testspecs": [
1158             {
1159               "name": "unit",
1160               "test_type": "unit",
1161               "source_files": [
1162                 "components/FeatureHighlight/tests/unit/*.{h,m,swift}",
1163                 "components/FeatureHighlight/tests/unit/supplemental/*.{h,m,swift}"
1164               ],
1165               "resources": "components/FeatureHighlight/tests/unit/resources/*"
1166             }
1167           ]
1168         }
1169       ]
1170     },
1171     {
1172       "name": "FeatureHighlight+ColorThemer",
1173       "platforms": {
1174         "ios": "8.0"
1175       },
1176       "public_header_files": "components/FeatureHighlight/src/ColorThemer/*.h",
1177       "source_files": "components/FeatureHighlight/src/ColorThemer/*.{h,m}",
1178       "dependencies": {
1179         "MaterialComponents/FeatureHighlight": [
1181         ],
1182         "MaterialComponents/Themes": [
1184         ]
1185       }
1186     },
1187     {
1188       "name": "FeatureHighlight+FontThemer",
1189       "platforms": {
1190         "ios": "8.0"
1191       },
1192       "public_header_files": "components/FeatureHighlight/src/FontThemer/*.h",
1193       "source_files": "components/FeatureHighlight/src/FontThemer/*.{h,m}",
1194       "dependencies": {
1195         "MaterialComponents/FeatureHighlight": [
1197         ],
1198         "MaterialComponents/Themes": [
1200         ]
1201       }
1202     },
1203     {
1204       "name": "FeatureHighlight+TypographyThemer",
1205       "platforms": {
1206         "ios": "8.0"
1207       },
1208       "public_header_files": "components/FeatureHighlight/src/TypographyThemer/*.h",
1209       "source_files": "components/FeatureHighlight/src/TypographyThemer/*.{h,m}",
1210       "dependencies": {
1211         "MaterialComponents/FeatureHighlight": [
1213         ],
1214         "MaterialComponents/schemes/Typography": [
1216         ]
1217       }
1218     },
1219     {
1220       "name": "FeatureHighlight+FeatureHighlightAccessibilityMutator",
1221       "platforms": {
1222         "ios": "8.0"
1223       },
1224       "public_header_files": "components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/*.h",
1225       "source_files": "components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/*.{h,m}",
1226       "dependencies": {
1227         "MaterialComponents/FeatureHighlight": [
1229         ],
1230         "MDFTextAccessibility": [
1232         ]
1233       }
1234     },
1235     {
1236       "name": "FlexibleHeader",
1237       "platforms": {
1238         "ios": "8.0"
1239       },
1240       "public_header_files": "components/FlexibleHeader/src/*.h",
1241       "source_files": [
1242         "components/FlexibleHeader/src/*.{h,m}",
1243         "components/FlexibleHeader/src/private/*.{h,m}"
1244       ],
1245       "dependencies": {
1246         "MDFTextAccessibility": [
1248         ],
1249         "MaterialComponents/private/Application": [
1251         ],
1252         "MaterialComponents/private/UIMetrics": [
1254         ]
1255       },
1256       "testspecs": [
1257         {
1258           "name": "tests",
1259           "test_type": "unit",
1260           "testspecs": [
1261             {
1262               "name": "unit",
1263               "test_type": "unit",
1264               "source_files": [
1265                 "components/FlexibleHeader/tests/unit/*.{h,m,swift}",
1266                 "components/FlexibleHeader/tests/unit/supplemental/*.{h,m,swift}"
1267               ],
1268               "resources": "components/FlexibleHeader/tests/unit/resources/*"
1269             }
1270           ]
1271         }
1272       ]
1273     },
1274     {
1275       "name": "FlexibleHeader+CanAlwaysExpandToMaximumHeight",
1276       "platforms": {
1277         "ios": "8.0"
1278       },
1279       "public_header_files": "components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/*.h",
1280       "source_files": "components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/*.{h,m}",
1281       "dependencies": {
1282         "MaterialComponents/FlexibleHeader": [
1284         ]
1285       }
1286     },
1287     {
1288       "name": "FlexibleHeader+ColorThemer",
1289       "platforms": {
1290         "ios": "8.0"
1291       },
1292       "public_header_files": "components/FlexibleHeader/src/ColorThemer/*.h",
1293       "source_files": "components/FlexibleHeader/src/ColorThemer/*.{h,m}",
1294       "dependencies": {
1295         "MaterialComponents/FlexibleHeader": [
1297         ],
1298         "MaterialComponents/schemes/Color": [
1300         ]
1301       }
1302     },
1303     {
1304       "name": "HeaderStackView",
1305       "platforms": {
1306         "ios": "8.0"
1307       },
1308       "public_header_files": "components/HeaderStackView/src/*.h",
1309       "source_files": "components/HeaderStackView/src/*.{h,m}",
1310       "testspecs": [
1311         {
1312           "name": "tests",
1313           "test_type": "unit",
1314           "testspecs": [
1315             {
1316               "name": "unit",
1317               "test_type": "unit",
1318               "source_files": [
1319                 "components/HeaderStackView/tests/unit/*.{h,m,swift}",
1320                 "components/HeaderStackView/tests/unit/supplemental/*.{h,m,swift}"
1321               ],
1322               "resources": "components/HeaderStackView/tests/unit/resources/*"
1323             }
1324           ]
1325         }
1326       ]
1327     },
1328     {
1329       "name": "HeaderStackView+ColorThemer",
1330       "platforms": {
1331         "ios": "8.0"
1332       },
1333       "public_header_files": "components/HeaderStackView/src/ColorThemer/*.h",
1334       "source_files": "components/HeaderStackView/src/ColorThemer/*.{h,m}",
1335       "dependencies": {
1336         "MaterialComponents/HeaderStackView": [
1338         ],
1339         "MaterialComponents/Themes": [
1341         ]
1342       }
1343     },
1344     {
1345       "name": "Ink",
1346       "platforms": {
1347         "ios": "8.0"
1348       },
1349       "public_header_files": "components/Ink/src/*.h",
1350       "source_files": [
1351         "components/Ink/src/*.{h,m}",
1352         "components/Ink/src/private/*.{h,m}"
1353       ],
1354       "dependencies": {
1355         "MaterialComponents/private/Math": [
1357         ]
1358       },
1359       "testspecs": [
1360         {
1361           "name": "tests",
1362           "test_type": "unit",
1363           "testspecs": [
1364             {
1365               "name": "unit",
1366               "test_type": "unit",
1367               "source_files": [
1368                 "components/Ink/tests/unit/*.{h,m,swift}",
1369                 "components/Ink/tests/unit/supplemental/*.{h,m,swift}"
1370               ],
1371               "resources": "components/Ink/tests/unit/resources/*"
1372             }
1373           ]
1374         }
1375       ]
1376     },
1377     {
1378       "name": "Ink+ColorThemer",
1379       "platforms": {
1380         "ios": "8.0"
1381       },
1382       "public_header_files": "components/Ink/src/ColorThemer/*.h",
1383       "source_files": "components/Ink/src/ColorThemer/*.{h,m}",
1384       "dependencies": {
1385         "MaterialComponents/Ink": [
1387         ],
1388         "MaterialComponents/Themes": [
1390         ]
1391       }
1392     },
1393     {
1394       "name": "LibraryInfo",
1395       "platforms": {
1396         "ios": "8.0"
1397       },
1398       "public_header_files": "components/LibraryInfo/src/*.h",
1399       "source_files": [
1400         "components/LibraryInfo/src/*.{h,m}",
1401         "components/LibraryInfo/src/private/*.{h,m}"
1402       ],
1403       "testspecs": [
1404         {
1405           "name": "tests",
1406           "test_type": "unit",
1407           "testspecs": [
1408             {
1409               "name": "unit",
1410               "test_type": "unit",
1411               "source_files": [
1412                 "components/LibraryInfo/tests/unit/*.{h,m,swift}",
1413                 "components/LibraryInfo/tests/unit/supplemental/*.{h,m,swift}"
1414               ],
1415               "resources": "components/LibraryInfo/tests/unit/resources/*"
1416             }
1417           ]
1418         }
1419       ]
1420     },
1421     {
1422       "name": "List",
1423       "platforms": {
1424         "ios": "8.0"
1425       },
1426       "public_header_files": "components/List/src/*.h",
1427       "source_files": [
1428         "components/List/src/*.{h,m}",
1429         "components/List/src/private/*.{h,m}"
1430       ],
1431       "dependencies": {
1432         "MaterialComponents/Ink": [
1434         ],
1435         "MaterialComponents/ShadowElevations": [
1437         ],
1438         "MaterialComponents/ShadowLayer": [
1440         ],
1441         "MaterialComponents/Typography": [
1443         ],
1444         "MDFInternationalization": [
1446         ],
1447         "MaterialComponents/private/Math": [
1449         ]
1450       },
1451       "testspecs": [
1452         {
1453           "name": "tests",
1454           "test_type": "unit",
1455           "testspecs": [
1456             {
1457               "name": "unit",
1458               "test_type": "unit",
1459               "source_files": [
1460                 "components/List/tests/unit/*.{h,m,swift}",
1461                 "components/List/tests/unit/supplemental/*.{h,m,swift}"
1462               ],
1463               "resources": "components/List/tests/unit/resources/*"
1464             }
1465           ]
1466         }
1467       ]
1468     },
1469     {
1470       "name": "MaskedTransition",
1471       "platforms": {
1472         "ios": "8.0"
1473       },
1474       "public_header_files": "components/MaskedTransition/src/*.h",
1475       "source_files": [
1476         "components/MaskedTransition/src/*.{h,m}",
1477         "components/MaskedTransition/src/private/*.{h,m}"
1478       ],
1479       "dependencies": {
1480         "MotionTransitioning": [
1481           "~> 5.0"
1482         ],
1483         "MotionAnimator": [
1484           "~> 2.0"
1485         ],
1486         "MotionInterchange": [
1487           "~> 1.0"
1488         ]
1489       },
1490       "testspecs": [
1491         {
1492           "name": "tests",
1493           "test_type": "unit",
1494           "testspecs": [
1495             {
1496               "name": "unit",
1497               "test_type": "unit",
1498               "source_files": [
1499                 "components/MaskedTransition/tests/unit/*.{h,m,swift}",
1500                 "components/MaskedTransition/tests/unit/supplemental/*.{h,m,swift}"
1501               ],
1502               "resources": "components/MaskedTransition/tests/unit/resources/*"
1503             }
1504           ]
1505         }
1506       ]
1507     },
1508     {
1509       "name": "NavigationBar",
1510       "platforms": {
1511         "ios": "8.0"
1512       },
1513       "public_header_files": "components/NavigationBar/src/*.h",
1514       "source_files": "components/NavigationBar/src/*.{h,m}",
1515       "dependencies": {
1516         "MDFTextAccessibility": [
1518         ],
1519         "MaterialComponents/ButtonBar": [
1521         ],
1522         "MaterialComponents/Typography": [
1524         ],
1525         "MDFInternationalization": [
1527         ],
1528         "MaterialComponents/private/Math": [
1530         ]
1531       },
1532       "testspecs": [
1533         {
1534           "name": "tests",
1535           "test_type": "unit",
1536           "testspecs": [
1537             {
1538               "name": "unit",
1539               "test_type": "unit",
1540               "source_files": [
1541                 "components/NavigationBar/tests/unit/*.{h,m,swift}",
1542                 "components/NavigationBar/tests/unit/supplemental/*.{h,m,swift}"
1543               ],
1544               "resources": "components/NavigationBar/tests/unit/resources/*"
1545             }
1546           ]
1547         }
1548       ]
1549     },
1550     {
1551       "name": "NavigationBar+ColorThemer",
1552       "platforms": {
1553         "ios": "8.0"
1554       },
1555       "public_header_files": "components/NavigationBar/src/ColorThemer/*.h",
1556       "source_files": "components/NavigationBar/src/ColorThemer/*.{h,m}",
1557       "dependencies": {
1558         "MaterialComponents/NavigationBar": [
1560         ],
1561         "MaterialComponents/schemes/Color": [
1563         ]
1564       }
1565     },
1566     {
1567       "name": "NavigationBar+TypographyThemer",
1568       "platforms": {
1569         "ios": "8.0"
1570       },
1571       "public_header_files": "components/NavigationBar/src/TypographyThemer/*.h",
1572       "source_files": "components/NavigationBar/src/TypographyThemer/*.{h,m}",
1573       "dependencies": {
1574         "MaterialComponents/NavigationBar": [
1576         ],
1577         "MaterialComponents/schemes/Typography": [
1579         ]
1580       }
1581     },
1582     {
1583       "name": "OverlayWindow",
1584       "platforms": {
1585         "ios": "8.0"
1586       },
1587       "public_header_files": "components/OverlayWindow/src/*.h",
1588       "source_files": [
1589         "components/OverlayWindow/src/*.{h,m}",
1590         "components/OverlayWindow/src/private/*.{h,m}"
1591       ],
1592       "dependencies": {
1593         "MaterialComponents/private/Application": [
1595         ]
1596       },
1597       "testspecs": [
1598         {
1599           "name": "tests",
1600           "test_type": "unit",
1601           "testspecs": [
1602             {
1603               "name": "unit",
1604               "test_type": "unit",
1605               "source_files": [
1606                 "components/OverlayWindow/tests/unit/*.{h,m,swift}",
1607                 "components/OverlayWindow/tests/unit/supplemental/*.{h,m,swift}"
1608               ],
1609               "resources": "components/OverlayWindow/tests/unit/resources/*"
1610             }
1611           ]
1612         }
1613       ]
1614     },
1615     {
1616       "name": "PageControl",
1617       "platforms": {
1618         "ios": "8.0"
1619       },
1620       "public_header_files": "components/PageControl/src/*.h",
1621       "source_files": [
1622         "components/PageControl/src/*.{h,m}",
1623         "components/PageControl/src/private/*.{h,m}"
1624       ],
1625       "resources": [
1626         "components/PageControl/src/MaterialPageControl.bundle"
1627       ],
1628       "testspecs": [
1629         {
1630           "name": "tests",
1631           "test_type": "unit",
1632           "testspecs": [
1633             {
1634               "name": "unit",
1635               "test_type": "unit",
1636               "source_files": [
1637                 "components/PageControl/tests/unit/*.{h,m,swift}",
1638                 "components/PageControl/tests/unit/supplemental/*.{h,m,swift}"
1639               ],
1640               "resources": "components/PageControl/tests/unit/resources/*"
1641             }
1642           ]
1643         }
1644       ]
1645     },
1646     {
1647       "name": "PageControl+ColorThemer",
1648       "platforms": {
1649         "ios": "8.0"
1650       },
1651       "public_header_files": "components/PageControl/src/ColorThemer/*.h",
1652       "source_files": "components/PageControl/src/ColorThemer/*.{h,m}",
1653       "dependencies": {
1654         "MaterialComponents/PageControl": [
1656         ],
1657         "MaterialComponents/Themes": [
1659         ]
1660       }
1661     },
1662     {
1663       "name": "Palettes",
1664       "platforms": {
1665         "ios": "8.0"
1666       },
1667       "public_header_files": "components/Palettes/src/*.h",
1668       "source_files": [
1669         "components/Palettes/src/*.{h,m}",
1670         "components/Palettes/src/private/*.{h,m}"
1671       ],
1672       "testspecs": [
1673         {
1674           "name": "tests",
1675           "test_type": "unit",
1676           "testspecs": [
1677             {
1678               "name": "unit",
1679               "test_type": "unit",
1680               "source_files": [
1681                 "components/Palettes/tests/unit/*.{h,m,swift}",
1682                 "components/Palettes/tests/unit/supplemental/*.{h,m,swift}"
1683               ],
1684               "resources": "components/Palettes/tests/unit/resources/*"
1685             }
1686           ]
1687         }
1688       ]
1689     },
1690     {
1691       "name": "ProgressView",
1692       "platforms": {
1693         "ios": "8.0"
1694       },
1695       "public_header_files": "components/ProgressView/src/*.h",
1696       "source_files": [
1697         "components/ProgressView/src/*.{h,m}",
1698         "components/ProgressView/src/private/*.{h,m}"
1699       ],
1700       "dependencies": {
1701         "MDFInternationalization": [
1703         ],
1704         "MaterialComponents/Palettes": [
1706         ],
1707         "MaterialComponents/private/Math": [
1709         ],
1710         "MotionAnimator": [
1711           "~> 2.1"
1712         ]
1713       },
1714       "testspecs": [
1715         {
1716           "name": "tests",
1717           "test_type": "unit",
1718           "testspecs": [
1719             {
1720               "name": "unit",
1721               "test_type": "unit",
1722               "source_files": [
1723                 "components/ProgressView/tests/unit/*.{h,m,swift}",
1724                 "components/ProgressView/tests/unit/supplemental/*.{h,m,swift}"
1725               ],
1726               "resources": "components/ProgressView/tests/unit/resources/*"
1727             }
1728           ]
1729         }
1730       ]
1731     },
1732     {
1733       "name": "ProgressView+ColorThemer",
1734       "platforms": {
1735         "ios": "8.0"
1736       },
1737       "public_header_files": "components/ProgressView/src/ColorThemer/*.h",
1738       "source_files": "components/ProgressView/src/ColorThemer/*.{h,m}",
1739       "dependencies": {
1740         "MaterialComponents/ProgressView": [
1742         ],
1743         "MaterialComponents/Themes": [
1745         ]
1746       }
1747     },
1748     {
1749       "name": "ShadowElevations",
1750       "platforms": {
1751         "ios": "8.0"
1752       },
1753       "public_header_files": "components/ShadowElevations/src/*.h",
1754       "source_files": "components/ShadowElevations/src/*.{h,m}",
1755       "testspecs": [
1756         {
1757           "name": "tests",
1758           "test_type": "unit",
1759           "testspecs": [
1760             {
1761               "name": "unit",
1762               "test_type": "unit",
1763               "source_files": [
1764                 "components/ShadowElevations/tests/unit/*.{h,m,swift}",
1765                 "components/ShadowElevations/tests/unit/supplemental/*.{h,m,swift}"
1766               ],
1767               "resources": "components/ShadowElevations/tests/unit/resources/*"
1768             }
1769           ]
1770         }
1771       ]
1772     },
1773     {
1774       "name": "ShadowLayer",
1775       "platforms": {
1776         "ios": "8.0"
1777       },
1778       "public_header_files": "components/ShadowLayer/src/*.h",
1779       "source_files": "components/ShadowLayer/src/*.{h,m}",
1780       "dependencies": {
1781         "MaterialComponents/ShadowElevations": [
1783         ]
1784       },
1785       "testspecs": [
1786         {
1787           "name": "tests",
1788           "test_type": "unit",
1789           "testspecs": [
1790             {
1791               "name": "unit",
1792               "test_type": "unit",
1793               "source_files": [
1794                 "components/ShadowLayer/tests/unit/*.{h,m,swift}",
1795                 "components/ShadowLayer/tests/unit/supplemental/*.{h,m,swift}"
1796               ],
1797               "resources": "components/ShadowLayer/tests/unit/resources/*"
1798             }
1799           ]
1800         }
1801       ]
1802     },
1803     {
1804       "name": "Slider",
1805       "platforms": {
1806         "ios": "8.0"
1807       },
1808       "public_header_files": "components/Slider/src/*.h",
1809       "source_files": [
1810         "components/Slider/src/*.{h,m}",
1811         "components/Slider/src/private/*.{h,m}"
1812       ],
1813       "dependencies": {
1814         "MaterialComponents/Palettes": [
1816         ],
1817         "MaterialComponents/ShadowElevations": [
1819         ],
1820         "MaterialComponents/private/ThumbTrack": [
1822         ]
1823       },
1824       "testspecs": [
1825         {
1826           "name": "tests",
1827           "test_type": "unit",
1828           "testspecs": [
1829             {
1830               "name": "unit",
1831               "test_type": "unit",
1832               "source_files": [
1833                 "components/Slider/tests/unit/*.{h,m,swift}",
1834                 "components/Slider/tests/unit/supplemental/*.{h,m,swift}"
1835               ],
1836               "resources": "components/Slider/tests/unit/resources/*"
1837             }
1838           ]
1839         }
1840       ]
1841     },
1842     {
1843       "name": "Slider+ColorThemer",
1844       "platforms": {
1845         "ios": "8.0"
1846       },
1847       "public_header_files": "components/Slider/src/ColorThemer/*.h",
1848       "source_files": "components/Slider/src/ColorThemer/*.{h,m}",
1849       "dependencies": {
1850         "MaterialComponents/Palettes": [
1852         ],
1853         "MaterialComponents/Slider": [
1855         ],
1856         "MaterialComponents/schemes/Color": [
1858         ]
1859       }
1860     },
1861     {
1862       "name": "Snackbar",
1863       "platforms": {
1864         "ios": "8.0"
1865       },
1866       "public_header_files": "components/Snackbar/src/*.h",
1867       "source_files": [
1868         "components/Snackbar/src/*.{h,m}",
1869         "components/Snackbar/src/private/*.{h,m}"
1870       ],
1871       "resources": [
1872         "components/Snackbar/src/MaterialSnackbar.bundle"
1873       ],
1874       "dependencies": {
1875         "MaterialComponents/AnimationTiming": [
1877         ],
1878         "MaterialComponents/Buttons": [
1880         ],
1881         "MaterialComponents/OverlayWindow": [
1883         ],
1884         "MaterialComponents/Typography": [
1886         ],
1887         "MaterialComponents/private/Application": [
1889         ],
1890         "MaterialComponents/private/KeyboardWatcher": [
1892         ],
1893         "MaterialComponents/private/Overlay": [
1895         ]
1896       },
1897       "testspecs": [
1898         {
1899           "name": "tests",
1900           "test_type": "unit",
1901           "testspecs": [
1902             {
1903               "name": "unit",
1904               "test_type": "unit",
1905               "source_files": [
1906                 "components/Snackbar/tests/unit/*.{h,m,swift}",
1907                 "components/Snackbar/tests/unit/supplemental/*.{h,m,swift}"
1908               ],
1909               "resources": "components/Snackbar/tests/unit/resources/*"
1910             }
1911           ]
1912         }
1913       ]
1914     },
1915     {
1916       "name": "Snackbar+ColorThemer",
1917       "platforms": {
1918         "ios": "8.0"
1919       },
1920       "public_header_files": "components/Snackbar/src/ColorThemer/*.h",
1921       "source_files": "components/Snackbar/src/ColorThemer/*.{h,m}",
1922       "dependencies": {
1923         "MaterialComponents/Snackbar": [
1925         ],
1926         "MaterialComponents/schemes/Color": [
1928         ]
1929       }
1930     },
1931     {
1932       "name": "Snackbar+FontThemer",
1933       "platforms": {
1934         "ios": "8.0"
1935       },
1936       "public_header_files": "components/Snackbar/src/FontThemer/*.h",
1937       "source_files": "components/Snackbar/src/FontThemer/*.{h,m}",
1938       "dependencies": {
1939         "MaterialComponents/Snackbar": [
1941         ],
1942         "MaterialComponents/Themes": [
1944         ]
1945       }
1946     },
1947     {
1948       "name": "Snackbar+TypographyThemer",
1949       "platforms": {
1950         "ios": "8.0"
1951       },
1952       "public_header_files": "components/Snackbar/src/TypographyThemer/*.h",
1953       "source_files": "components/Snackbar/src/TypographyThemer/*.{h,m}",
1954       "dependencies": {
1955         "MaterialComponents/Snackbar": [
1957         ],
1958         "MaterialComponents/schemes/Typography": [
1960         ]
1961       }
1962     },
1963     {
1964       "name": "Tabs",
1965       "platforms": {
1966         "ios": "8.0"
1967       },
1968       "public_header_files": "components/Tabs/src/*.h",
1969       "source_files": [
1970         "components/Tabs/src/*.{h,m}",
1971         "components/Tabs/src/private/*.{h,m}"
1972       ],
1973       "resources": [
1974         "components/Tabs/src/MaterialTabs.bundle"
1975       ],
1976       "dependencies": {
1977         "MDFInternationalization": [
1979         ],
1980         "MaterialComponents/AnimationTiming": [
1982         ],
1983         "MaterialComponents/Ink": [
1985         ],
1986         "MaterialComponents/ShadowElevations": [
1988         ],
1989         "MaterialComponents/ShadowLayer": [
1991         ],
1992         "MaterialComponents/Typography": [
1994         ],
1995         "MaterialComponents/private/Math": [
1997         ]
1998       },
1999       "testspecs": [
2000         {
2001           "name": "tests",
2002           "test_type": "unit",
2003           "testspecs": [
2004             {
2005               "name": "unit",
2006               "test_type": "unit",
2007               "source_files": [
2008                 "components/Tabs/tests/unit/*.{h,m,swift}",
2009                 "components/Tabs/tests/unit/supplemental/*.{h,m,swift}"
2010               ],
2011               "resources": "components/Tabs/tests/unit/resources/*"
2012             }
2013           ]
2014         }
2015       ]
2016     },
2017     {
2018       "name": "Tabs+ColorThemer",
2019       "platforms": {
2020         "ios": "8.0"
2021       },
2022       "public_header_files": "components/Tabs/src/ColorThemer/*.h",
2023       "source_files": "components/Tabs/src/ColorThemer/*.{h,m}",
2024       "dependencies": {
2025         "MaterialComponents/schemes/Color": [
2027         ],
2028         "MaterialComponents/Tabs": [
2030         ]
2031       }
2032     },
2033     {
2034       "name": "Tabs+FontThemer",
2035       "platforms": {
2036         "ios": "8.0"
2037       },
2038       "public_header_files": "components/Tabs/src/FontThemer/*.h",
2039       "source_files": "components/Tabs/src/FontThemer/*.{h,m}",
2040       "dependencies": {
2041         "MaterialComponents/Tabs": [
2043         ],
2044         "MaterialComponents/Themes": [
2046         ]
2047       }
2048     },
2049     {
2050       "name": "Tabs+TypographyThemer",
2051       "platforms": {
2052         "ios": "8.0"
2053       },
2054       "public_header_files": "components/Tabs/src/TypographyThemer/*.h",
2055       "source_files": "components/Tabs/src/TypographyThemer/*.{h,m}",
2056       "dependencies": {
2057         "MaterialComponents/Tabs": [
2059         ],
2060         "MaterialComponents/schemes/Typography": [
2062         ]
2063       }
2064     },
2065     {
2066       "name": "TextFields",
2067       "platforms": {
2068         "ios": "8.0"
2069       },
2070       "public_header_files": "components/TextFields/src/*.h",
2071       "source_files": [
2072         "components/TextFields/src/*.{h,m}",
2073         "components/TextFields/src/private/*.{h,m}"
2074       ],
2075       "dependencies": {
2076         "MaterialComponents/AnimationTiming": [
2078         ],
2079         "MaterialComponents/Palettes": [
2081         ],
2082         "MaterialComponents/Typography": [
2084         ],
2085         "MDFInternationalization": [
2087         ],
2088         "MaterialComponents/private/Math": [
2090         ]
2091       },
2092       "testspecs": [
2093         {
2094           "name": "tests",
2095           "test_type": "unit",
2096           "testspecs": [
2097             {
2098               "name": "unit",
2099               "test_type": "unit",
2100               "source_files": [
2101                 "components/TextFields/tests/unit/*.{h,m,swift}",
2102                 "components/TextFields/tests/unit/supplemental/*.{h,m,swift}"
2103               ],
2104               "resources": "components/TextFields/tests/unit/resources/*"
2105             }
2106           ]
2107         }
2108       ]
2109     },
2110     {
2111       "name": "TextFields+ColorThemer",
2112       "platforms": {
2113         "ios": "8.0"
2114       },
2115       "public_header_files": "components/TextFields/src/ColorThemer/*.h",
2116       "source_files": "components/TextFields/src/ColorThemer/*.{h,m}",
2117       "dependencies": {
2118         "MaterialComponents/TextFields": [
2120         ],
2121         "MaterialComponents/Themes": [
2123         ]
2124       }
2125     },
2126     {
2127       "name": "TextFields+FontThemer",
2128       "platforms": {
2129         "ios": "8.0"
2130       },
2131       "public_header_files": "components/TextFields/src/FontThemer/*.h",
2132       "source_files": "components/TextFields/src/FontThemer/*.{h,m}",
2133       "dependencies": {
2134         "MaterialComponents/TextFields": [
2136         ],
2137         "MaterialComponents/Themes": [
2139         ]
2140       }
2141     },
2142     {
2143       "name": "TextFields+TypographyThemer",
2144       "platforms": {
2145         "ios": "8.0"
2146       },
2147       "public_header_files": "components/TextFields/src/TypographyThemer/*.h",
2148       "source_files": "components/TextFields/src/TypographyThemer/*.{h,m}",
2149       "dependencies": {
2150         "MaterialComponents/TextFields": [
2152         ],
2153         "MaterialComponents/schemes/Typography": [
2155         ]
2156       }
2157     },
2158     {
2159       "name": "Themes",
2160       "platforms": {
2161         "ios": "8.0"
2162       },
2163       "public_header_files": "components/Themes/src/*.h",
2164       "source_files": [
2165         "components/Themes/src/*.{h,m}",
2166         "components/Themes/src/private/*.{h,m}"
2167       ],
2168       "dependencies": {
2169         "MaterialComponents/schemes/Color": [
2171         ],
2172         "MaterialComponents/schemes/Typography": [
2174         ]
2175       },
2176       "testspecs": [
2177         {
2178           "name": "tests",
2179           "test_type": "unit",
2180           "testspecs": [
2181             {
2182               "name": "unit",
2183               "test_type": "unit",
2184               "source_files": [
2185                 "components/Themes/tests/unit/*.{h,m,swift}",
2186                 "components/Themes/tests/unit/supplemental/*.{h,m,swift}"
2187               ],
2188               "resources": "components/Themes/tests/unit/resources/*"
2189             }
2190           ]
2191         }
2192       ]
2193     },
2194     {
2195       "name": "Typography",
2196       "platforms": {
2197         "ios": "8.0"
2198       },
2199       "public_header_files": "components/Typography/src/*.h",
2200       "source_files": [
2201         "components/Typography/src/*.{h,m}",
2202         "components/Typography/src/private/*.{h,m}"
2203       ],
2204       "dependencies": {
2205         "MaterialComponents/private/Application": [
2207         ],
2208         "MaterialComponents/private/Math": [
2210         ]
2211       },
2212       "testspecs": [
2213         {
2214           "name": "tests",
2215           "test_type": "unit",
2216           "testspecs": [
2217             {
2218               "name": "unit",
2219               "test_type": "unit",
2220               "source_files": [
2221                 "components/Typography/tests/unit/*.{h,m,swift}",
2222                 "components/Typography/tests/unit/supplemental/*.{h,m,swift}"
2223               ],
2224               "resources": "components/Typography/tests/unit/resources/*"
2225             }
2226           ]
2227         }
2228       ]
2229     },
2230     {
2231       "name": "schemes",
2232       "subspecs": [
2233         {
2234           "name": "Color",
2235           "platforms": {
2236             "ios": "8.0"
2237           },
2238           "public_header_files": "components/schemes/Color/src/*.h",
2239           "source_files": "components/schemes/Color/src/*.{h,m}",
2240           "testspecs": [
2241             {
2242               "name": "tests",
2243               "test_type": "unit",
2244               "testspecs": [
2245                 {
2246                   "name": "unit",
2247                   "test_type": "unit",
2248                   "source_files": [
2249                     "components/schemes/Color/tests/unit/*.{h,m,swift}",
2250                     "components/schemes/Color/tests/unit/supplemental/*.{h,m,swift}"
2251                   ],
2252                   "resources": "components/schemes/Color/tests/unit/resources/*"
2253                 }
2254               ]
2255             }
2256           ]
2257         },
2258         {
2259           "name": "Shape",
2260           "platforms": {
2261             "ios": "8.0"
2262           },
2263           "public_header_files": "components/schemes/Shape/src/*.h",
2264           "source_files": "components/schemes/Shape/src/*.{h,m}",
2265           "dependencies": {
2266             "MaterialComponents/private/ShapeLibrary": [
2268             ],
2269             "MaterialComponents/private/Shapes": [
2271             ]
2272           },
2273           "testspecs": [
2274             {
2275               "name": "tests",
2276               "test_type": "unit",
2277               "testspecs": [
2278                 {
2279                   "name": "unit",
2280                   "test_type": "unit",
2281                   "source_files": [
2282                     "components/schemes/Shape/tests/unit/*.{h,m,swift}",
2283                     "components/schemes/Shape/tests/unit/supplemental/*.{h,m,swift}"
2284                   ],
2285                   "resources": "components/schemes/Shape/tests/unit/resources/*"
2286                 }
2287               ]
2288             }
2289           ]
2290         },
2291         {
2292           "name": "Typography",
2293           "platforms": {
2294             "ios": "8.0"
2295           },
2296           "public_header_files": "components/schemes/Typography/src/*.h",
2297           "source_files": "components/schemes/Typography/src/*.{h,m}",
2298           "testspecs": [
2299             {
2300               "name": "tests",
2301               "test_type": "unit",
2302               "testspecs": [
2303                 {
2304                   "name": "unit",
2305                   "test_type": "unit",
2306                   "source_files": [
2307                     "components/schemes/Typography/tests/unit/*.{h,m,swift}",
2308                     "components/schemes/Typography/tests/unit/supplemental/*.{h,m,swift}"
2309                   ],
2310                   "resources": "components/schemes/Typography/tests/unit/resources/*"
2311                 }
2312               ]
2313             }
2314           ]
2315         }
2316       ]
2317     },
2318     {
2319       "name": "private",
2320       "subspecs": [
2321         {
2322           "name": "Icons",
2323           "subspecs": [
2324             {
2325               "name": "Base",
2326               "public_header_files": "components/private/Icons/src/*.h",
2327               "source_files": "components/private/Icons/src/*.{h,m}"
2328             },
2329             {
2330               "name": "ic_arrow_back",
2331               "public_header_files": "components/private/Icons/icons/ic_arrow_back/src/*.h",
2332               "source_files": "components/private/Icons/icons/ic_arrow_back/src/*.{h,m}",
2333               "resource_bundles": {
2334                 "MaterialIcons_ic_arrow_back": [
2335                   "components/private/Icons/icons/ic_arrow_back/src/MaterialIcons_ic_arrow_back.bundle/*.png"
2336                 ]
2337               },
2338               "dependencies": {
2339                 "MaterialComponents/private/Icons/Base": [
2341                 ]
2342               }
2343             },
2344             {
2345               "name": "ic_check",
2346               "public_header_files": "components/private/Icons/icons/ic_check/src/*.h",
2347               "source_files": "components/private/Icons/icons/ic_check/src/*.{h,m}",
2348               "resource_bundles": {
2349                 "MaterialIcons_ic_check": [
2350                   "components/private/Icons/icons/ic_check/src/MaterialIcons_ic_check.bundle/*.png"
2351                 ]
2352               },
2353               "dependencies": {
2354                 "MaterialComponents/private/Icons/Base": [
2356                 ]
2357               }
2358             },
2359             {
2360               "name": "ic_check_circle",
2361               "public_header_files": "components/private/Icons/icons/ic_check_circle/src/*.h",
2362               "source_files": "components/private/Icons/icons/ic_check_circle/src/*.{h,m}",
2363               "resource_bundles": {
2364                 "MaterialIcons_ic_check_circle": [
2365                   "components/private/Icons/icons/ic_check_circle/src/MaterialIcons_ic_check_circle.bundle/*.png"
2366                 ]
2367               },
2368               "dependencies": {
2369                 "MaterialComponents/private/Icons/Base": [
2371                 ]
2372               }
2373             },
2374             {
2375               "name": "ic_chevron_right",
2376               "public_header_files": "components/private/Icons/icons/ic_chevron_right/src/*.h",
2377               "source_files": "components/private/Icons/icons/ic_chevron_right/src/*.{h,m}",
2378               "resource_bundles": {
2379                 "MaterialIcons_ic_chevron_right": [
2380                   "components/private/Icons/icons/ic_chevron_right/src/MaterialIcons_ic_chevron_right.bundle/*.png"
2381                 ]
2382               },
2383               "dependencies": {
2384                 "MaterialComponents/private/Icons/Base": [
2386                 ]
2387               }
2388             },
2389             {
2390               "name": "ic_color_lens",
2391               "public_header_files": "components/private/Icons/icons/ic_color_lens/src/*.h",
2392               "source_files": "components/private/Icons/icons/ic_color_lens/src/*.{h,m}",
2393               "resource_bundles": {
2394                 "MaterialIcons_ic_color_lens": [
2395                   "components/private/Icons/icons/ic_color_lens/src/MaterialIcons_ic_color_lens.bundle/*.png"
2396                 ]
2397               },
2398               "dependencies": {
2399                 "MaterialComponents/private/Icons/Base": [
2401                 ]
2402               }
2403             },
2404             {
2405               "name": "ic_help_outline",
2406               "public_header_files": "components/private/Icons/icons/ic_help_outline/src/*.h",
2407               "source_files": "components/private/Icons/icons/ic_help_outline/src/*.{h,m}",
2408               "resource_bundles": {
2409                 "MaterialIcons_ic_help_outline": [
2410                   "components/private/Icons/icons/ic_help_outline/src/MaterialIcons_ic_help_outline.bundle/*.png"
2411                 ]
2412               },
2413               "dependencies": {
2414                 "MaterialComponents/private/Icons/Base": [
2416                 ]
2417               }
2418             },
2419             {
2420               "name": "ic_info",
2421               "public_header_files": "components/private/Icons/icons/ic_info/src/*.h",
2422               "source_files": "components/private/Icons/icons/ic_info/src/*.{h,m}",
2423               "resource_bundles": {
2424                 "MaterialIcons_ic_info": [
2425                   "components/private/Icons/icons/ic_info/src/MaterialIcons_ic_info.bundle/*.png"
2426                 ]
2427               },
2428               "dependencies": {
2429                 "MaterialComponents/private/Icons/Base": [
2431                 ]
2432               }
2433             },
2434             {
2435               "name": "ic_more_horiz",
2436               "public_header_files": "components/private/Icons/icons/ic_more_horiz/src/*.h",
2437               "source_files": "components/private/Icons/icons/ic_more_horiz/src/*.{h,m}",
2438               "resource_bundles": {
2439                 "MaterialIcons_ic_more_horiz": [
2440                   "components/private/Icons/icons/ic_more_horiz/src/MaterialIcons_ic_more_horiz.bundle/*.png"
2441                 ]
2442               },
2443               "dependencies": {
2444                 "MaterialComponents/private/Icons/Base": [
2446                 ]
2447               }
2448             },
2449             {
2450               "name": "ic_radio_button_unchecked",
2451               "public_header_files": "components/private/Icons/icons/ic_radio_button_unchecked/src/*.h",
2452               "source_files": "components/private/Icons/icons/ic_radio_button_unchecked/src/*.{h,m}",
2453               "resource_bundles": {
2454                 "MaterialIcons_ic_radio_button_unchecked": [
2455                   "components/private/Icons/icons/ic_radio_button_unchecked/src/MaterialIcons_ic_radio_button_unchecked.bundle/*.png"
2456                 ]
2457               },
2458               "dependencies": {
2459                 "MaterialComponents/private/Icons/Base": [
2461                 ]
2462               }
2463             },
2464             {
2465               "name": "ic_reorder",
2466               "public_header_files": "components/private/Icons/icons/ic_reorder/src/*.h",
2467               "source_files": "components/private/Icons/icons/ic_reorder/src/*.{h,m}",
2468               "resource_bundles": {
2469                 "MaterialIcons_ic_reorder": [
2470                   "components/private/Icons/icons/ic_reorder/src/MaterialIcons_ic_reorder.bundle/*.png"
2471                 ]
2472               },
2473               "dependencies": {
2474                 "MaterialComponents/private/Icons/Base": [
2476                 ]
2477               }
2478             },
2479             {
2480               "name": "ic_settings",
2481               "public_header_files": "components/private/Icons/icons/ic_settings/src/*.h",
2482               "source_files": "components/private/Icons/icons/ic_settings/src/*.{h,m}",
2483               "resource_bundles": {
2484                 "MaterialIcons_ic_settings": [
2485                   "components/private/Icons/icons/ic_settings/src/MaterialIcons_ic_settings.bundle/*.png"
2486                 ]
2487               },
2488               "dependencies": {
2489                 "MaterialComponents/private/Icons/Base": [
2491                 ]
2492               }
2493             }
2494           ]
2495         },
2496         {
2497           "name": "Application",
2498           "platforms": {
2499             "ios": "8.0"
2500           },
2501           "public_header_files": "components/private/Application/src/*.h",
2502           "source_files": "components/private/Application/src/*.{h,m}",
2503           "testspecs": [
2504             {
2505               "name": "tests",
2506               "test_type": "unit",
2507               "testspecs": [
2508                 {
2509                   "name": "unit",
2510                   "test_type": "unit",
2511                   "source_files": [
2512                     "components/private/Application/tests/unit/*.{h,m,swift}",
2513                     "components/private/Application/tests/unit/supplemental/*.{h,m,swift}"
2514                   ],
2515                   "resources": "components/private/Application/tests/unit/resources/*"
2516                 }
2517               ]
2518             }
2519           ]
2520         },
2521         {
2522           "name": "KeyboardWatcher",
2523           "platforms": {
2524             "ios": "8.0"
2525           },
2526           "public_header_files": "components/private/KeyboardWatcher/src/*.h",
2527           "source_files": "components/private/KeyboardWatcher/src/*.{h,m}",
2528           "dependencies": {
2529             "MaterialComponents/private/Application": [
2531             ]
2532           },
2533           "testspecs": [
2534             {
2535               "name": "tests",
2536               "test_type": "unit",
2537               "testspecs": [
2538                 {
2539                   "name": "unit",
2540                   "test_type": "unit",
2541                   "source_files": [
2542                     "components/private/KeyboardWatcher/tests/unit/*.{h,m,swift}",
2543                     "components/private/KeyboardWatcher/tests/unit/supplemental/*.{h,m,swift}"
2544                   ],
2545                   "resources": "components/private/KeyboardWatcher/tests/unit/resources/*"
2546                 }
2547               ]
2548             }
2549           ]
2550         },
2551         {
2552           "name": "Math",
2553           "platforms": {
2554             "ios": "8.0"
2555           },
2556           "public_header_files": "components/private/Math/src/*.h",
2557           "source_files": "components/private/Math/src/*.{h,m}",
2558           "testspecs": [
2559             {
2560               "name": "tests",
2561               "test_type": "unit",
2562               "testspecs": [
2563                 {
2564                   "name": "unit",
2565                   "test_type": "unit",
2566                   "source_files": [
2567                     "components/private/Math/tests/unit/*.{h,m,swift}",
2568                     "components/private/Math/tests/unit/supplemental/*.{h,m,swift}"
2569                   ],
2570                   "resources": "components/private/Math/tests/unit/resources/*"
2571                 }
2572               ]
2573             }
2574           ]
2575         },
2576         {
2577           "name": "Overlay",
2578           "platforms": {
2579             "ios": "8.0"
2580           },
2581           "public_header_files": "components/private/Overlay/src/*.h",
2582           "source_files": [
2583             "components/private/Overlay/src/*.{h,m}",
2584             "components/private/Overlay/src/private/*.{h,m}"
2585           ],
2586           "testspecs": [
2587             {
2588               "name": "tests",
2589               "test_type": "unit",
2590               "testspecs": [
2591                 {
2592                   "name": "unit",
2593                   "test_type": "unit",
2594                   "source_files": [
2595                     "components/private/Overlay/tests/unit/*.{h,m,swift}",
2596                     "components/private/Overlay/tests/unit/supplemental/*.{h,m,swift}"
2597                   ],
2598                   "resources": "components/private/Overlay/tests/unit/resources/*"
2599                 }
2600               ]
2601             }
2602           ]
2603         },
2604         {
2605           "name": "ShapeLibrary",
2606           "platforms": {
2607             "ios": "8.0"
2608           },
2609           "public_header_files": "components/private/ShapeLibrary/src/*.h",
2610           "source_files": [
2611             "components/private/ShapeLibrary/src/*.{h,m}",
2612             "components/private/ShapeLibrary/src/private/*.{h,m}"
2613           ],
2614           "dependencies": {
2615             "MaterialComponents/private/Shapes": [
2617             ],
2618             "MaterialComponents/private/Math": [
2620             ]
2621           },
2622           "testspecs": [
2623             {
2624               "name": "tests",
2625               "test_type": "unit",
2626               "testspecs": [
2627                 {
2628                   "name": "unit",
2629                   "test_type": "unit",
2630                   "source_files": [
2631                     "components/private/ShapeLibrary/tests/unit/*.{h,m,swift}",
2632                     "components/private/ShapeLibrary/tests/unit/supplemental/*.{h,m,swift}"
2633                   ],
2634                   "resources": "components/private/ShapeLibrary/tests/unit/resources/*"
2635                 }
2636               ]
2637             }
2638           ]
2639         },
2640         {
2641           "name": "Shapes",
2642           "platforms": {
2643             "ios": "8.0"
2644           },
2645           "public_header_files": "components/private/Shapes/src/*.h",
2646           "source_files": [
2647             "components/private/Shapes/src/*.{h,m}",
2648             "components/private/Shapes/src/private/*.{h,m}"
2649           ],
2650           "dependencies": {
2651             "MaterialComponents/ShadowLayer": [
2653             ],
2654             "MaterialComponents/private/Math": [
2656             ]
2657           },
2658           "testspecs": [
2659             {
2660               "name": "tests",
2661               "test_type": "unit",
2662               "testspecs": [
2663                 {
2664                   "name": "unit",
2665                   "test_type": "unit",
2666                   "source_files": [
2667                     "components/private/Shapes/tests/unit/*.{h,m,swift}",
2668                     "components/private/Shapes/tests/unit/supplemental/*.{h,m,swift}"
2669                   ],
2670                   "resources": "components/private/Shapes/tests/unit/resources/*"
2671                 }
2672               ]
2673             }
2674           ]
2675         },
2676         {
2677           "name": "ThumbTrack",
2678           "platforms": {
2679             "ios": "8.0"
2680           },
2681           "public_header_files": "components/private/ThumbTrack/src/*.h",
2682           "source_files": [
2683             "components/private/ThumbTrack/src/*.{h,m}",
2684             "components/private/ThumbTrack/src/private/*.{h,m}"
2685           ],
2686           "dependencies": {
2687             "MaterialComponents/Ink": [
2689             ],
2690             "MaterialComponents/ShadowElevations": [
2692             ],
2693             "MaterialComponents/ShadowLayer": [
2695             ],
2696             "MaterialComponents/Typography": [
2698             ],
2699             "MDFInternationalization": [
2701             ],
2702             "MaterialComponents/private/Math": [
2704             ]
2705           },
2706           "testspecs": [
2707             {
2708               "name": "tests",
2709               "test_type": "unit",
2710               "testspecs": [
2711                 {
2712                   "name": "unit",
2713                   "test_type": "unit",
2714                   "source_files": [
2715                     "components/private/ThumbTrack/tests/unit/*.{h,m,swift}",
2716                     "components/private/ThumbTrack/tests/unit/supplemental/*.{h,m,swift}"
2717                   ],
2718                   "resources": "components/private/ThumbTrack/tests/unit/resources/*"
2719                 }
2720               ]
2721             }
2722           ]
2723         },
2724         {
2725           "name": "UIMetrics",
2726           "platforms": {
2727             "ios": "8.0"
2728           },
2729           "public_header_files": "components/private/UIMetrics/src/*.h",
2730           "source_files": [
2731             "components/private/UIMetrics/src/*.{h,m}",
2732             "components/private/UIMetrics/src/private/*.{h,m}"
2733           ],
2734           "dependencies": {
2735             "MaterialComponents/private/Application": [
2737             ]
2738           },
2739           "testspecs": [
2740             {
2741               "name": "tests",
2742               "test_type": "unit",
2743               "testspecs": [
2744                 {
2745                   "name": "unit",
2746                   "test_type": "unit",
2747                   "source_files": [
2748                     "components/private/UIMetrics/tests/unit/*.{h,m,swift}",
2749                     "components/private/UIMetrics/tests/unit/supplemental/*.{h,m,swift}"
2750                   ],
2751                   "resources": "components/private/UIMetrics/tests/unit/resources/*"
2752                 }
2753               ]
2754             }
2755           ]
2756         }
2757       ]
2758     }
2759   ]