[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 0 / 1 / 9 / MaterialComponents / 66.0.0 / MaterialComponents.podspec.json
blob7d630519915fa2095e57faf84c97a201f08d3a58
2   "name": "MaterialComponents",
3   "version": "66.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": "v66.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": "List+TypographyThemer",
1471       "platforms": {
1472         "ios": "8.0"
1473       },
1474       "public_header_files": "components/List/src/TypographyThemer/*.h",
1475       "source_files": "components/List/src/TypographyThemer/*.{h,m}",
1476       "dependencies": {
1477         "MaterialComponents/List": [
1479         ],
1480         "MaterialComponents/schemes/Typography": [
1482         ]
1483       }
1484     },
1485     {
1486       "name": "MaskedTransition",
1487       "platforms": {
1488         "ios": "8.0"
1489       },
1490       "public_header_files": "components/MaskedTransition/src/*.h",
1491       "source_files": [
1492         "components/MaskedTransition/src/*.{h,m}",
1493         "components/MaskedTransition/src/private/*.{h,m}"
1494       ],
1495       "dependencies": {
1496         "MotionTransitioning": [
1497           "~> 5.0"
1498         ],
1499         "MotionAnimator": [
1500           "~> 2.0"
1501         ],
1502         "MotionInterchange": [
1503           "~> 1.0"
1504         ]
1505       },
1506       "testspecs": [
1507         {
1508           "name": "tests",
1509           "test_type": "unit",
1510           "testspecs": [
1511             {
1512               "name": "unit",
1513               "test_type": "unit",
1514               "source_files": [
1515                 "components/MaskedTransition/tests/unit/*.{h,m,swift}",
1516                 "components/MaskedTransition/tests/unit/supplemental/*.{h,m,swift}"
1517               ],
1518               "resources": "components/MaskedTransition/tests/unit/resources/*"
1519             }
1520           ]
1521         }
1522       ]
1523     },
1524     {
1525       "name": "NavigationBar",
1526       "platforms": {
1527         "ios": "8.0"
1528       },
1529       "public_header_files": "components/NavigationBar/src/*.h",
1530       "source_files": "components/NavigationBar/src/*.{h,m}",
1531       "dependencies": {
1532         "MDFTextAccessibility": [
1534         ],
1535         "MaterialComponents/ButtonBar": [
1537         ],
1538         "MaterialComponents/Typography": [
1540         ],
1541         "MDFInternationalization": [
1543         ],
1544         "MaterialComponents/private/Math": [
1546         ]
1547       },
1548       "testspecs": [
1549         {
1550           "name": "tests",
1551           "test_type": "unit",
1552           "testspecs": [
1553             {
1554               "name": "unit",
1555               "test_type": "unit",
1556               "source_files": [
1557                 "components/NavigationBar/tests/unit/*.{h,m,swift}",
1558                 "components/NavigationBar/tests/unit/supplemental/*.{h,m,swift}"
1559               ],
1560               "resources": "components/NavigationBar/tests/unit/resources/*"
1561             }
1562           ]
1563         }
1564       ]
1565     },
1566     {
1567       "name": "NavigationBar+ColorThemer",
1568       "platforms": {
1569         "ios": "8.0"
1570       },
1571       "public_header_files": "components/NavigationBar/src/ColorThemer/*.h",
1572       "source_files": "components/NavigationBar/src/ColorThemer/*.{h,m}",
1573       "dependencies": {
1574         "MaterialComponents/NavigationBar": [
1576         ],
1577         "MaterialComponents/schemes/Color": [
1579         ]
1580       }
1581     },
1582     {
1583       "name": "NavigationBar+TypographyThemer",
1584       "platforms": {
1585         "ios": "8.0"
1586       },
1587       "public_header_files": "components/NavigationBar/src/TypographyThemer/*.h",
1588       "source_files": "components/NavigationBar/src/TypographyThemer/*.{h,m}",
1589       "dependencies": {
1590         "MaterialComponents/NavigationBar": [
1592         ],
1593         "MaterialComponents/schemes/Typography": [
1595         ]
1596       }
1597     },
1598     {
1599       "name": "OverlayWindow",
1600       "platforms": {
1601         "ios": "8.0"
1602       },
1603       "public_header_files": "components/OverlayWindow/src/*.h",
1604       "source_files": [
1605         "components/OverlayWindow/src/*.{h,m}",
1606         "components/OverlayWindow/src/private/*.{h,m}"
1607       ],
1608       "dependencies": {
1609         "MaterialComponents/private/Application": [
1611         ]
1612       },
1613       "testspecs": [
1614         {
1615           "name": "tests",
1616           "test_type": "unit",
1617           "testspecs": [
1618             {
1619               "name": "unit",
1620               "test_type": "unit",
1621               "source_files": [
1622                 "components/OverlayWindow/tests/unit/*.{h,m,swift}",
1623                 "components/OverlayWindow/tests/unit/supplemental/*.{h,m,swift}"
1624               ],
1625               "resources": "components/OverlayWindow/tests/unit/resources/*"
1626             }
1627           ]
1628         }
1629       ]
1630     },
1631     {
1632       "name": "PageControl",
1633       "platforms": {
1634         "ios": "8.0"
1635       },
1636       "public_header_files": "components/PageControl/src/*.h",
1637       "source_files": [
1638         "components/PageControl/src/*.{h,m}",
1639         "components/PageControl/src/private/*.{h,m}"
1640       ],
1641       "resources": [
1642         "components/PageControl/src/MaterialPageControl.bundle"
1643       ],
1644       "testspecs": [
1645         {
1646           "name": "tests",
1647           "test_type": "unit",
1648           "testspecs": [
1649             {
1650               "name": "unit",
1651               "test_type": "unit",
1652               "source_files": [
1653                 "components/PageControl/tests/unit/*.{h,m,swift}",
1654                 "components/PageControl/tests/unit/supplemental/*.{h,m,swift}"
1655               ],
1656               "resources": "components/PageControl/tests/unit/resources/*"
1657             }
1658           ]
1659         }
1660       ]
1661     },
1662     {
1663       "name": "PageControl+ColorThemer",
1664       "platforms": {
1665         "ios": "8.0"
1666       },
1667       "public_header_files": "components/PageControl/src/ColorThemer/*.h",
1668       "source_files": "components/PageControl/src/ColorThemer/*.{h,m}",
1669       "dependencies": {
1670         "MaterialComponents/PageControl": [
1672         ],
1673         "MaterialComponents/Themes": [
1675         ]
1676       }
1677     },
1678     {
1679       "name": "Palettes",
1680       "platforms": {
1681         "ios": "8.0"
1682       },
1683       "public_header_files": "components/Palettes/src/*.h",
1684       "source_files": [
1685         "components/Palettes/src/*.{h,m}",
1686         "components/Palettes/src/private/*.{h,m}"
1687       ],
1688       "testspecs": [
1689         {
1690           "name": "tests",
1691           "test_type": "unit",
1692           "testspecs": [
1693             {
1694               "name": "unit",
1695               "test_type": "unit",
1696               "source_files": [
1697                 "components/Palettes/tests/unit/*.{h,m,swift}",
1698                 "components/Palettes/tests/unit/supplemental/*.{h,m,swift}"
1699               ],
1700               "resources": "components/Palettes/tests/unit/resources/*"
1701             }
1702           ]
1703         }
1704       ]
1705     },
1706     {
1707       "name": "ProgressView",
1708       "platforms": {
1709         "ios": "8.0"
1710       },
1711       "public_header_files": "components/ProgressView/src/*.h",
1712       "source_files": [
1713         "components/ProgressView/src/*.{h,m}",
1714         "components/ProgressView/src/private/*.{h,m}"
1715       ],
1716       "dependencies": {
1717         "MDFInternationalization": [
1719         ],
1720         "MaterialComponents/Palettes": [
1722         ],
1723         "MaterialComponents/private/Math": [
1725         ],
1726         "MotionAnimator": [
1727           "~> 2.1"
1728         ]
1729       },
1730       "testspecs": [
1731         {
1732           "name": "tests",
1733           "test_type": "unit",
1734           "testspecs": [
1735             {
1736               "name": "unit",
1737               "test_type": "unit",
1738               "source_files": [
1739                 "components/ProgressView/tests/unit/*.{h,m,swift}",
1740                 "components/ProgressView/tests/unit/supplemental/*.{h,m,swift}"
1741               ],
1742               "resources": "components/ProgressView/tests/unit/resources/*"
1743             }
1744           ]
1745         }
1746       ]
1747     },
1748     {
1749       "name": "ProgressView+ColorThemer",
1750       "platforms": {
1751         "ios": "8.0"
1752       },
1753       "public_header_files": "components/ProgressView/src/ColorThemer/*.h",
1754       "source_files": "components/ProgressView/src/ColorThemer/*.{h,m}",
1755       "dependencies": {
1756         "MaterialComponents/ProgressView": [
1758         ],
1759         "MaterialComponents/Themes": [
1761         ]
1762       }
1763     },
1764     {
1765       "name": "ShadowElevations",
1766       "platforms": {
1767         "ios": "8.0"
1768       },
1769       "public_header_files": "components/ShadowElevations/src/*.h",
1770       "source_files": "components/ShadowElevations/src/*.{h,m}",
1771       "testspecs": [
1772         {
1773           "name": "tests",
1774           "test_type": "unit",
1775           "testspecs": [
1776             {
1777               "name": "unit",
1778               "test_type": "unit",
1779               "source_files": [
1780                 "components/ShadowElevations/tests/unit/*.{h,m,swift}",
1781                 "components/ShadowElevations/tests/unit/supplemental/*.{h,m,swift}"
1782               ],
1783               "resources": "components/ShadowElevations/tests/unit/resources/*"
1784             }
1785           ]
1786         }
1787       ]
1788     },
1789     {
1790       "name": "ShadowLayer",
1791       "platforms": {
1792         "ios": "8.0"
1793       },
1794       "public_header_files": "components/ShadowLayer/src/*.h",
1795       "source_files": "components/ShadowLayer/src/*.{h,m}",
1796       "dependencies": {
1797         "MaterialComponents/ShadowElevations": [
1799         ]
1800       },
1801       "testspecs": [
1802         {
1803           "name": "tests",
1804           "test_type": "unit",
1805           "testspecs": [
1806             {
1807               "name": "unit",
1808               "test_type": "unit",
1809               "source_files": [
1810                 "components/ShadowLayer/tests/unit/*.{h,m,swift}",
1811                 "components/ShadowLayer/tests/unit/supplemental/*.{h,m,swift}"
1812               ],
1813               "resources": "components/ShadowLayer/tests/unit/resources/*"
1814             }
1815           ]
1816         }
1817       ]
1818     },
1819     {
1820       "name": "Slider",
1821       "platforms": {
1822         "ios": "8.0"
1823       },
1824       "public_header_files": "components/Slider/src/*.h",
1825       "source_files": [
1826         "components/Slider/src/*.{h,m}",
1827         "components/Slider/src/private/*.{h,m}"
1828       ],
1829       "dependencies": {
1830         "MaterialComponents/Palettes": [
1832         ],
1833         "MaterialComponents/ShadowElevations": [
1835         ],
1836         "MaterialComponents/private/ThumbTrack": [
1838         ]
1839       },
1840       "testspecs": [
1841         {
1842           "name": "tests",
1843           "test_type": "unit",
1844           "testspecs": [
1845             {
1846               "name": "unit",
1847               "test_type": "unit",
1848               "source_files": [
1849                 "components/Slider/tests/unit/*.{h,m,swift}",
1850                 "components/Slider/tests/unit/supplemental/*.{h,m,swift}"
1851               ],
1852               "resources": "components/Slider/tests/unit/resources/*"
1853             }
1854           ]
1855         }
1856       ]
1857     },
1858     {
1859       "name": "Slider+ColorThemer",
1860       "platforms": {
1861         "ios": "8.0"
1862       },
1863       "public_header_files": "components/Slider/src/ColorThemer/*.h",
1864       "source_files": "components/Slider/src/ColorThemer/*.{h,m}",
1865       "dependencies": {
1866         "MaterialComponents/Palettes": [
1868         ],
1869         "MaterialComponents/Slider": [
1871         ],
1872         "MaterialComponents/schemes/Color": [
1874         ]
1875       }
1876     },
1877     {
1878       "name": "Snackbar",
1879       "platforms": {
1880         "ios": "8.0"
1881       },
1882       "public_header_files": "components/Snackbar/src/*.h",
1883       "source_files": [
1884         "components/Snackbar/src/*.{h,m}",
1885         "components/Snackbar/src/private/*.{h,m}"
1886       ],
1887       "resources": [
1888         "components/Snackbar/src/MaterialSnackbar.bundle"
1889       ],
1890       "dependencies": {
1891         "MaterialComponents/AnimationTiming": [
1893         ],
1894         "MaterialComponents/Buttons": [
1896         ],
1897         "MaterialComponents/OverlayWindow": [
1899         ],
1900         "MaterialComponents/Typography": [
1902         ],
1903         "MaterialComponents/private/Application": [
1905         ],
1906         "MaterialComponents/private/KeyboardWatcher": [
1908         ],
1909         "MaterialComponents/private/Overlay": [
1911         ]
1912       },
1913       "testspecs": [
1914         {
1915           "name": "tests",
1916           "test_type": "unit",
1917           "testspecs": [
1918             {
1919               "name": "unit",
1920               "test_type": "unit",
1921               "source_files": [
1922                 "components/Snackbar/tests/unit/*.{h,m,swift}",
1923                 "components/Snackbar/tests/unit/supplemental/*.{h,m,swift}"
1924               ],
1925               "resources": "components/Snackbar/tests/unit/resources/*"
1926             }
1927           ]
1928         }
1929       ]
1930     },
1931     {
1932       "name": "Snackbar+ColorThemer",
1933       "platforms": {
1934         "ios": "8.0"
1935       },
1936       "public_header_files": "components/Snackbar/src/ColorThemer/*.h",
1937       "source_files": "components/Snackbar/src/ColorThemer/*.{h,m}",
1938       "dependencies": {
1939         "MaterialComponents/Snackbar": [
1941         ],
1942         "MaterialComponents/schemes/Color": [
1944         ]
1945       }
1946     },
1947     {
1948       "name": "Snackbar+FontThemer",
1949       "platforms": {
1950         "ios": "8.0"
1951       },
1952       "public_header_files": "components/Snackbar/src/FontThemer/*.h",
1953       "source_files": "components/Snackbar/src/FontThemer/*.{h,m}",
1954       "dependencies": {
1955         "MaterialComponents/Snackbar": [
1957         ],
1958         "MaterialComponents/Themes": [
1960         ]
1961       }
1962     },
1963     {
1964       "name": "Snackbar+TypographyThemer",
1965       "platforms": {
1966         "ios": "8.0"
1967       },
1968       "public_header_files": "components/Snackbar/src/TypographyThemer/*.h",
1969       "source_files": "components/Snackbar/src/TypographyThemer/*.{h,m}",
1970       "dependencies": {
1971         "MaterialComponents/Snackbar": [
1973         ],
1974         "MaterialComponents/schemes/Typography": [
1976         ]
1977       }
1978     },
1979     {
1980       "name": "Tabs",
1981       "platforms": {
1982         "ios": "8.0"
1983       },
1984       "public_header_files": "components/Tabs/src/*.h",
1985       "source_files": [
1986         "components/Tabs/src/*.{h,m}",
1987         "components/Tabs/src/private/*.{h,m}"
1988       ],
1989       "resources": [
1990         "components/Tabs/src/MaterialTabs.bundle"
1991       ],
1992       "dependencies": {
1993         "MDFInternationalization": [
1995         ],
1996         "MaterialComponents/AnimationTiming": [
1998         ],
1999         "MaterialComponents/Ink": [
2001         ],
2002         "MaterialComponents/ShadowElevations": [
2004         ],
2005         "MaterialComponents/ShadowLayer": [
2007         ],
2008         "MaterialComponents/Typography": [
2010         ],
2011         "MaterialComponents/private/Math": [
2013         ]
2014       },
2015       "testspecs": [
2016         {
2017           "name": "tests",
2018           "test_type": "unit",
2019           "testspecs": [
2020             {
2021               "name": "unit",
2022               "test_type": "unit",
2023               "source_files": [
2024                 "components/Tabs/tests/unit/*.{h,m,swift}",
2025                 "components/Tabs/tests/unit/supplemental/*.{h,m,swift}"
2026               ],
2027               "resources": "components/Tabs/tests/unit/resources/*"
2028             }
2029           ]
2030         }
2031       ]
2032     },
2033     {
2034       "name": "Tabs+ColorThemer",
2035       "platforms": {
2036         "ios": "8.0"
2037       },
2038       "public_header_files": "components/Tabs/src/ColorThemer/*.h",
2039       "source_files": "components/Tabs/src/ColorThemer/*.{h,m}",
2040       "dependencies": {
2041         "MaterialComponents/schemes/Color": [
2043         ],
2044         "MaterialComponents/Tabs": [
2046         ]
2047       }
2048     },
2049     {
2050       "name": "Tabs+FontThemer",
2051       "platforms": {
2052         "ios": "8.0"
2053       },
2054       "public_header_files": "components/Tabs/src/FontThemer/*.h",
2055       "source_files": "components/Tabs/src/FontThemer/*.{h,m}",
2056       "dependencies": {
2057         "MaterialComponents/Tabs": [
2059         ],
2060         "MaterialComponents/Themes": [
2062         ]
2063       }
2064     },
2065     {
2066       "name": "Tabs+TypographyThemer",
2067       "platforms": {
2068         "ios": "8.0"
2069       },
2070       "public_header_files": "components/Tabs/src/TypographyThemer/*.h",
2071       "source_files": "components/Tabs/src/TypographyThemer/*.{h,m}",
2072       "dependencies": {
2073         "MaterialComponents/Tabs": [
2075         ],
2076         "MaterialComponents/schemes/Typography": [
2078         ]
2079       }
2080     },
2081     {
2082       "name": "TextFields",
2083       "platforms": {
2084         "ios": "8.0"
2085       },
2086       "public_header_files": "components/TextFields/src/*.h",
2087       "source_files": [
2088         "components/TextFields/src/*.{h,m}",
2089         "components/TextFields/src/private/*.{h,m}"
2090       ],
2091       "dependencies": {
2092         "MaterialComponents/AnimationTiming": [
2094         ],
2095         "MaterialComponents/Palettes": [
2097         ],
2098         "MaterialComponents/Typography": [
2100         ],
2101         "MDFInternationalization": [
2103         ],
2104         "MaterialComponents/private/Math": [
2106         ]
2107       },
2108       "testspecs": [
2109         {
2110           "name": "tests",
2111           "test_type": "unit",
2112           "testspecs": [
2113             {
2114               "name": "unit",
2115               "test_type": "unit",
2116               "source_files": [
2117                 "components/TextFields/tests/unit/*.{h,m,swift}",
2118                 "components/TextFields/tests/unit/supplemental/*.{h,m,swift}"
2119               ],
2120               "resources": "components/TextFields/tests/unit/resources/*"
2121             }
2122           ]
2123         }
2124       ]
2125     },
2126     {
2127       "name": "TextFields+ColorThemer",
2128       "platforms": {
2129         "ios": "8.0"
2130       },
2131       "public_header_files": "components/TextFields/src/ColorThemer/*.h",
2132       "source_files": "components/TextFields/src/ColorThemer/*.{h,m}",
2133       "dependencies": {
2134         "MaterialComponents/TextFields": [
2136         ],
2137         "MaterialComponents/Themes": [
2139         ]
2140       }
2141     },
2142     {
2143       "name": "TextFields+FontThemer",
2144       "platforms": {
2145         "ios": "8.0"
2146       },
2147       "public_header_files": "components/TextFields/src/FontThemer/*.h",
2148       "source_files": "components/TextFields/src/FontThemer/*.{h,m}",
2149       "dependencies": {
2150         "MaterialComponents/TextFields": [
2152         ],
2153         "MaterialComponents/Themes": [
2155         ]
2156       }
2157     },
2158     {
2159       "name": "TextFields+TypographyThemer",
2160       "platforms": {
2161         "ios": "8.0"
2162       },
2163       "public_header_files": "components/TextFields/src/TypographyThemer/*.h",
2164       "source_files": "components/TextFields/src/TypographyThemer/*.{h,m}",
2165       "dependencies": {
2166         "MaterialComponents/TextFields": [
2168         ],
2169         "MaterialComponents/schemes/Typography": [
2171         ]
2172       }
2173     },
2174     {
2175       "name": "Themes",
2176       "platforms": {
2177         "ios": "8.0"
2178       },
2179       "public_header_files": "components/Themes/src/*.h",
2180       "source_files": [
2181         "components/Themes/src/*.{h,m}",
2182         "components/Themes/src/private/*.{h,m}"
2183       ],
2184       "dependencies": {
2185         "MaterialComponents/schemes/Color": [
2187         ],
2188         "MaterialComponents/schemes/Typography": [
2190         ]
2191       },
2192       "testspecs": [
2193         {
2194           "name": "tests",
2195           "test_type": "unit",
2196           "testspecs": [
2197             {
2198               "name": "unit",
2199               "test_type": "unit",
2200               "source_files": [
2201                 "components/Themes/tests/unit/*.{h,m,swift}",
2202                 "components/Themes/tests/unit/supplemental/*.{h,m,swift}"
2203               ],
2204               "resources": "components/Themes/tests/unit/resources/*"
2205             }
2206           ]
2207         }
2208       ]
2209     },
2210     {
2211       "name": "Typography",
2212       "platforms": {
2213         "ios": "8.0"
2214       },
2215       "public_header_files": "components/Typography/src/*.h",
2216       "source_files": [
2217         "components/Typography/src/*.{h,m}",
2218         "components/Typography/src/private/*.{h,m}"
2219       ],
2220       "dependencies": {
2221         "MaterialComponents/private/Application": [
2223         ],
2224         "MaterialComponents/private/Math": [
2226         ]
2227       },
2228       "testspecs": [
2229         {
2230           "name": "tests",
2231           "test_type": "unit",
2232           "testspecs": [
2233             {
2234               "name": "unit",
2235               "test_type": "unit",
2236               "source_files": [
2237                 "components/Typography/tests/unit/*.{h,m,swift}",
2238                 "components/Typography/tests/unit/supplemental/*.{h,m,swift}"
2239               ],
2240               "resources": "components/Typography/tests/unit/resources/*"
2241             }
2242           ]
2243         }
2244       ]
2245     },
2246     {
2247       "name": "schemes",
2248       "subspecs": [
2249         {
2250           "name": "Color",
2251           "platforms": {
2252             "ios": "8.0"
2253           },
2254           "public_header_files": "components/schemes/Color/src/*.h",
2255           "source_files": "components/schemes/Color/src/*.{h,m}",
2256           "testspecs": [
2257             {
2258               "name": "tests",
2259               "test_type": "unit",
2260               "testspecs": [
2261                 {
2262                   "name": "unit",
2263                   "test_type": "unit",
2264                   "source_files": [
2265                     "components/schemes/Color/tests/unit/*.{h,m,swift}",
2266                     "components/schemes/Color/tests/unit/supplemental/*.{h,m,swift}"
2267                   ],
2268                   "resources": "components/schemes/Color/tests/unit/resources/*"
2269                 }
2270               ]
2271             }
2272           ]
2273         },
2274         {
2275           "name": "Shape",
2276           "platforms": {
2277             "ios": "8.0"
2278           },
2279           "public_header_files": "components/schemes/Shape/src/*.h",
2280           "source_files": "components/schemes/Shape/src/*.{h,m}",
2281           "dependencies": {
2282             "MaterialComponents/private/ShapeLibrary": [
2284             ],
2285             "MaterialComponents/private/Shapes": [
2287             ]
2288           },
2289           "testspecs": [
2290             {
2291               "name": "tests",
2292               "test_type": "unit",
2293               "testspecs": [
2294                 {
2295                   "name": "unit",
2296                   "test_type": "unit",
2297                   "source_files": [
2298                     "components/schemes/Shape/tests/unit/*.{h,m,swift}",
2299                     "components/schemes/Shape/tests/unit/supplemental/*.{h,m,swift}"
2300                   ],
2301                   "resources": "components/schemes/Shape/tests/unit/resources/*"
2302                 }
2303               ]
2304             }
2305           ]
2306         },
2307         {
2308           "name": "Typography",
2309           "platforms": {
2310             "ios": "8.0"
2311           },
2312           "public_header_files": "components/schemes/Typography/src/*.h",
2313           "source_files": "components/schemes/Typography/src/*.{h,m}",
2314           "testspecs": [
2315             {
2316               "name": "tests",
2317               "test_type": "unit",
2318               "testspecs": [
2319                 {
2320                   "name": "unit",
2321                   "test_type": "unit",
2322                   "source_files": [
2323                     "components/schemes/Typography/tests/unit/*.{h,m,swift}",
2324                     "components/schemes/Typography/tests/unit/supplemental/*.{h,m,swift}"
2325                   ],
2326                   "resources": "components/schemes/Typography/tests/unit/resources/*"
2327                 }
2328               ]
2329             }
2330           ]
2331         }
2332       ]
2333     },
2334     {
2335       "name": "private",
2336       "subspecs": [
2337         {
2338           "name": "Icons",
2339           "subspecs": [
2340             {
2341               "name": "Base",
2342               "public_header_files": "components/private/Icons/src/*.h",
2343               "source_files": "components/private/Icons/src/*.{h,m}"
2344             },
2345             {
2346               "name": "ic_arrow_back",
2347               "public_header_files": "components/private/Icons/icons/ic_arrow_back/src/*.h",
2348               "source_files": "components/private/Icons/icons/ic_arrow_back/src/*.{h,m}",
2349               "resource_bundles": {
2350                 "MaterialIcons_ic_arrow_back": [
2351                   "components/private/Icons/icons/ic_arrow_back/src/MaterialIcons_ic_arrow_back.bundle/*.png"
2352                 ]
2353               },
2354               "dependencies": {
2355                 "MaterialComponents/private/Icons/Base": [
2357                 ]
2358               }
2359             },
2360             {
2361               "name": "ic_check",
2362               "public_header_files": "components/private/Icons/icons/ic_check/src/*.h",
2363               "source_files": "components/private/Icons/icons/ic_check/src/*.{h,m}",
2364               "resource_bundles": {
2365                 "MaterialIcons_ic_check": [
2366                   "components/private/Icons/icons/ic_check/src/MaterialIcons_ic_check.bundle/*.png"
2367                 ]
2368               },
2369               "dependencies": {
2370                 "MaterialComponents/private/Icons/Base": [
2372                 ]
2373               }
2374             },
2375             {
2376               "name": "ic_check_circle",
2377               "public_header_files": "components/private/Icons/icons/ic_check_circle/src/*.h",
2378               "source_files": "components/private/Icons/icons/ic_check_circle/src/*.{h,m}",
2379               "resource_bundles": {
2380                 "MaterialIcons_ic_check_circle": [
2381                   "components/private/Icons/icons/ic_check_circle/src/MaterialIcons_ic_check_circle.bundle/*.png"
2382                 ]
2383               },
2384               "dependencies": {
2385                 "MaterialComponents/private/Icons/Base": [
2387                 ]
2388               }
2389             },
2390             {
2391               "name": "ic_chevron_right",
2392               "public_header_files": "components/private/Icons/icons/ic_chevron_right/src/*.h",
2393               "source_files": "components/private/Icons/icons/ic_chevron_right/src/*.{h,m}",
2394               "resource_bundles": {
2395                 "MaterialIcons_ic_chevron_right": [
2396                   "components/private/Icons/icons/ic_chevron_right/src/MaterialIcons_ic_chevron_right.bundle/*.png"
2397                 ]
2398               },
2399               "dependencies": {
2400                 "MaterialComponents/private/Icons/Base": [
2402                 ]
2403               }
2404             },
2405             {
2406               "name": "ic_color_lens",
2407               "public_header_files": "components/private/Icons/icons/ic_color_lens/src/*.h",
2408               "source_files": "components/private/Icons/icons/ic_color_lens/src/*.{h,m}",
2409               "resource_bundles": {
2410                 "MaterialIcons_ic_color_lens": [
2411                   "components/private/Icons/icons/ic_color_lens/src/MaterialIcons_ic_color_lens.bundle/*.png"
2412                 ]
2413               },
2414               "dependencies": {
2415                 "MaterialComponents/private/Icons/Base": [
2417                 ]
2418               }
2419             },
2420             {
2421               "name": "ic_help_outline",
2422               "public_header_files": "components/private/Icons/icons/ic_help_outline/src/*.h",
2423               "source_files": "components/private/Icons/icons/ic_help_outline/src/*.{h,m}",
2424               "resource_bundles": {
2425                 "MaterialIcons_ic_help_outline": [
2426                   "components/private/Icons/icons/ic_help_outline/src/MaterialIcons_ic_help_outline.bundle/*.png"
2427                 ]
2428               },
2429               "dependencies": {
2430                 "MaterialComponents/private/Icons/Base": [
2432                 ]
2433               }
2434             },
2435             {
2436               "name": "ic_info",
2437               "public_header_files": "components/private/Icons/icons/ic_info/src/*.h",
2438               "source_files": "components/private/Icons/icons/ic_info/src/*.{h,m}",
2439               "resource_bundles": {
2440                 "MaterialIcons_ic_info": [
2441                   "components/private/Icons/icons/ic_info/src/MaterialIcons_ic_info.bundle/*.png"
2442                 ]
2443               },
2444               "dependencies": {
2445                 "MaterialComponents/private/Icons/Base": [
2447                 ]
2448               }
2449             },
2450             {
2451               "name": "ic_more_horiz",
2452               "public_header_files": "components/private/Icons/icons/ic_more_horiz/src/*.h",
2453               "source_files": "components/private/Icons/icons/ic_more_horiz/src/*.{h,m}",
2454               "resource_bundles": {
2455                 "MaterialIcons_ic_more_horiz": [
2456                   "components/private/Icons/icons/ic_more_horiz/src/MaterialIcons_ic_more_horiz.bundle/*.png"
2457                 ]
2458               },
2459               "dependencies": {
2460                 "MaterialComponents/private/Icons/Base": [
2462                 ]
2463               }
2464             },
2465             {
2466               "name": "ic_radio_button_unchecked",
2467               "public_header_files": "components/private/Icons/icons/ic_radio_button_unchecked/src/*.h",
2468               "source_files": "components/private/Icons/icons/ic_radio_button_unchecked/src/*.{h,m}",
2469               "resource_bundles": {
2470                 "MaterialIcons_ic_radio_button_unchecked": [
2471                   "components/private/Icons/icons/ic_radio_button_unchecked/src/MaterialIcons_ic_radio_button_unchecked.bundle/*.png"
2472                 ]
2473               },
2474               "dependencies": {
2475                 "MaterialComponents/private/Icons/Base": [
2477                 ]
2478               }
2479             },
2480             {
2481               "name": "ic_reorder",
2482               "public_header_files": "components/private/Icons/icons/ic_reorder/src/*.h",
2483               "source_files": "components/private/Icons/icons/ic_reorder/src/*.{h,m}",
2484               "resource_bundles": {
2485                 "MaterialIcons_ic_reorder": [
2486                   "components/private/Icons/icons/ic_reorder/src/MaterialIcons_ic_reorder.bundle/*.png"
2487                 ]
2488               },
2489               "dependencies": {
2490                 "MaterialComponents/private/Icons/Base": [
2492                 ]
2493               }
2494             },
2495             {
2496               "name": "ic_settings",
2497               "public_header_files": "components/private/Icons/icons/ic_settings/src/*.h",
2498               "source_files": "components/private/Icons/icons/ic_settings/src/*.{h,m}",
2499               "resource_bundles": {
2500                 "MaterialIcons_ic_settings": [
2501                   "components/private/Icons/icons/ic_settings/src/MaterialIcons_ic_settings.bundle/*.png"
2502                 ]
2503               },
2504               "dependencies": {
2505                 "MaterialComponents/private/Icons/Base": [
2507                 ]
2508               }
2509             }
2510           ]
2511         },
2512         {
2513           "name": "Application",
2514           "platforms": {
2515             "ios": "8.0"
2516           },
2517           "public_header_files": "components/private/Application/src/*.h",
2518           "source_files": "components/private/Application/src/*.{h,m}",
2519           "testspecs": [
2520             {
2521               "name": "tests",
2522               "test_type": "unit",
2523               "testspecs": [
2524                 {
2525                   "name": "unit",
2526                   "test_type": "unit",
2527                   "source_files": [
2528                     "components/private/Application/tests/unit/*.{h,m,swift}",
2529                     "components/private/Application/tests/unit/supplemental/*.{h,m,swift}"
2530                   ],
2531                   "resources": "components/private/Application/tests/unit/resources/*"
2532                 }
2533               ]
2534             }
2535           ]
2536         },
2537         {
2538           "name": "KeyboardWatcher",
2539           "platforms": {
2540             "ios": "8.0"
2541           },
2542           "public_header_files": "components/private/KeyboardWatcher/src/*.h",
2543           "source_files": "components/private/KeyboardWatcher/src/*.{h,m}",
2544           "dependencies": {
2545             "MaterialComponents/private/Application": [
2547             ]
2548           },
2549           "testspecs": [
2550             {
2551               "name": "tests",
2552               "test_type": "unit",
2553               "testspecs": [
2554                 {
2555                   "name": "unit",
2556                   "test_type": "unit",
2557                   "source_files": [
2558                     "components/private/KeyboardWatcher/tests/unit/*.{h,m,swift}",
2559                     "components/private/KeyboardWatcher/tests/unit/supplemental/*.{h,m,swift}"
2560                   ],
2561                   "resources": "components/private/KeyboardWatcher/tests/unit/resources/*"
2562                 }
2563               ]
2564             }
2565           ]
2566         },
2567         {
2568           "name": "Math",
2569           "platforms": {
2570             "ios": "8.0"
2571           },
2572           "public_header_files": "components/private/Math/src/*.h",
2573           "source_files": "components/private/Math/src/*.{h,m}",
2574           "testspecs": [
2575             {
2576               "name": "tests",
2577               "test_type": "unit",
2578               "testspecs": [
2579                 {
2580                   "name": "unit",
2581                   "test_type": "unit",
2582                   "source_files": [
2583                     "components/private/Math/tests/unit/*.{h,m,swift}",
2584                     "components/private/Math/tests/unit/supplemental/*.{h,m,swift}"
2585                   ],
2586                   "resources": "components/private/Math/tests/unit/resources/*"
2587                 }
2588               ]
2589             }
2590           ]
2591         },
2592         {
2593           "name": "Overlay",
2594           "platforms": {
2595             "ios": "8.0"
2596           },
2597           "public_header_files": "components/private/Overlay/src/*.h",
2598           "source_files": [
2599             "components/private/Overlay/src/*.{h,m}",
2600             "components/private/Overlay/src/private/*.{h,m}"
2601           ],
2602           "testspecs": [
2603             {
2604               "name": "tests",
2605               "test_type": "unit",
2606               "testspecs": [
2607                 {
2608                   "name": "unit",
2609                   "test_type": "unit",
2610                   "source_files": [
2611                     "components/private/Overlay/tests/unit/*.{h,m,swift}",
2612                     "components/private/Overlay/tests/unit/supplemental/*.{h,m,swift}"
2613                   ],
2614                   "resources": "components/private/Overlay/tests/unit/resources/*"
2615                 }
2616               ]
2617             }
2618           ]
2619         },
2620         {
2621           "name": "ShapeLibrary",
2622           "platforms": {
2623             "ios": "8.0"
2624           },
2625           "public_header_files": "components/private/ShapeLibrary/src/*.h",
2626           "source_files": [
2627             "components/private/ShapeLibrary/src/*.{h,m}",
2628             "components/private/ShapeLibrary/src/private/*.{h,m}"
2629           ],
2630           "dependencies": {
2631             "MaterialComponents/private/Shapes": [
2633             ],
2634             "MaterialComponents/private/Math": [
2636             ]
2637           },
2638           "testspecs": [
2639             {
2640               "name": "tests",
2641               "test_type": "unit",
2642               "testspecs": [
2643                 {
2644                   "name": "unit",
2645                   "test_type": "unit",
2646                   "source_files": [
2647                     "components/private/ShapeLibrary/tests/unit/*.{h,m,swift}",
2648                     "components/private/ShapeLibrary/tests/unit/supplemental/*.{h,m,swift}"
2649                   ],
2650                   "resources": "components/private/ShapeLibrary/tests/unit/resources/*"
2651                 }
2652               ]
2653             }
2654           ]
2655         },
2656         {
2657           "name": "Shapes",
2658           "platforms": {
2659             "ios": "8.0"
2660           },
2661           "public_header_files": "components/private/Shapes/src/*.h",
2662           "source_files": [
2663             "components/private/Shapes/src/*.{h,m}",
2664             "components/private/Shapes/src/private/*.{h,m}"
2665           ],
2666           "dependencies": {
2667             "MaterialComponents/ShadowLayer": [
2669             ],
2670             "MaterialComponents/private/Math": [
2672             ]
2673           },
2674           "testspecs": [
2675             {
2676               "name": "tests",
2677               "test_type": "unit",
2678               "testspecs": [
2679                 {
2680                   "name": "unit",
2681                   "test_type": "unit",
2682                   "source_files": [
2683                     "components/private/Shapes/tests/unit/*.{h,m,swift}",
2684                     "components/private/Shapes/tests/unit/supplemental/*.{h,m,swift}"
2685                   ],
2686                   "resources": "components/private/Shapes/tests/unit/resources/*"
2687                 }
2688               ]
2689             }
2690           ]
2691         },
2692         {
2693           "name": "ThumbTrack",
2694           "platforms": {
2695             "ios": "8.0"
2696           },
2697           "public_header_files": "components/private/ThumbTrack/src/*.h",
2698           "source_files": [
2699             "components/private/ThumbTrack/src/*.{h,m}",
2700             "components/private/ThumbTrack/src/private/*.{h,m}"
2701           ],
2702           "dependencies": {
2703             "MaterialComponents/Ink": [
2705             ],
2706             "MaterialComponents/ShadowElevations": [
2708             ],
2709             "MaterialComponents/ShadowLayer": [
2711             ],
2712             "MaterialComponents/Typography": [
2714             ],
2715             "MDFInternationalization": [
2717             ],
2718             "MaterialComponents/private/Math": [
2720             ]
2721           },
2722           "testspecs": [
2723             {
2724               "name": "tests",
2725               "test_type": "unit",
2726               "testspecs": [
2727                 {
2728                   "name": "unit",
2729                   "test_type": "unit",
2730                   "source_files": [
2731                     "components/private/ThumbTrack/tests/unit/*.{h,m,swift}",
2732                     "components/private/ThumbTrack/tests/unit/supplemental/*.{h,m,swift}"
2733                   ],
2734                   "resources": "components/private/ThumbTrack/tests/unit/resources/*"
2735                 }
2736               ]
2737             }
2738           ]
2739         },
2740         {
2741           "name": "UIMetrics",
2742           "platforms": {
2743             "ios": "8.0"
2744           },
2745           "public_header_files": "components/private/UIMetrics/src/*.h",
2746           "source_files": [
2747             "components/private/UIMetrics/src/*.{h,m}",
2748             "components/private/UIMetrics/src/private/*.{h,m}"
2749           ],
2750           "dependencies": {
2751             "MaterialComponents/private/Application": [
2753             ]
2754           },
2755           "testspecs": [
2756             {
2757               "name": "tests",
2758               "test_type": "unit",
2759               "testspecs": [
2760                 {
2761                   "name": "unit",
2762                   "test_type": "unit",
2763                   "source_files": [
2764                     "components/private/UIMetrics/tests/unit/*.{h,m,swift}",
2765                     "components/private/UIMetrics/tests/unit/supplemental/*.{h,m,swift}"
2766                   ],
2767                   "resources": "components/private/UIMetrics/tests/unit/resources/*"
2768                 }
2769               ]
2770             }
2771           ]
2772         }
2773       ]
2774     }
2775   ]