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