[Add] MaterialComponents 95.0.0
diff --git a/Specs/0/1/9/MaterialComponents/95.0.0/MaterialComponents.podspec.json b/Specs/0/1/9/MaterialComponents/95.0.0/MaterialComponents.podspec.json
new file mode 100644
index 0000000..3d121cf
--- /dev/null
+++ b/Specs/0/1/9/MaterialComponents/95.0.0/MaterialComponents.podspec.json
@@ -0,0 +1,3657 @@
+{
+  "name": "MaterialComponents",
+  "version": "95.0.0",
+  "authors": "The Material Components authors.",
+  "summary": "A collection of stand-alone production-ready UI libraries focused on design details.",
+  "homepage": "https://github.com/material-components/material-components-ios",
+  "license": "Apache 2.0",
+  "source": {
+    "git": "https://github.com/material-components/material-components-ios.git",
+    "tag": "v95.0.0"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "requires_arc": true,
+  "subspecs": [
+    {
+      "name": "ActionSheet",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ActionSheet/src/*.h",
+      "source_files": [
+        "components/ActionSheet/src/*.{h,m}",
+        "components/ActionSheet/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/BottomSheet": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MaterialComponents/Ripple": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ActionSheet/tests/unit/*.{h,m,swift}"
+          ]
+        }
+      ]
+    },
+    {
+      "name": "ActionSheet+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ActionSheet/src/Theming/*.h",
+      "source_files": [
+        "components/ActionSheet/src/Theming/*.{h,m}",
+        "components/ActionSheet/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/ActionSheet": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/private/Color": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ActionSheet/tests/unit/Theming/*.{h,m,swift}",
+            "components/ActionSheet/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/ActionSheet/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "ActivityIndicator",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ActivityIndicator/src/*.h",
+      "source_files": [
+        "components/ActivityIndicator/src/*.{h,m}",
+        "components/ActivityIndicator/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/ActivityIndicator/src/MaterialActivityIndicator.bundle"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/private/Application": [
+
+        ],
+        "MotionAnimator": [
+          "~> 2.0"
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ActivityIndicator/tests/unit/*.{h,m,swift}",
+            "components/ActivityIndicator/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/ActivityIndicator/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "AnimationTiming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/AnimationTiming/src/*.h",
+      "source_files": [
+        "components/AnimationTiming/src/*.{h,m}",
+        "components/AnimationTiming/src/private/*.{h,m}"
+      ],
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/AnimationTiming/tests/unit/*.{h,m,swift}",
+            "components/AnimationTiming/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/AnimationTiming/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "AppBar",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/AppBar/src/*.h",
+      "source_files": [
+        "components/AppBar/src/*.{h,m}",
+        "components/AppBar/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/AppBar/src/MaterialAppBar.bundle"
+      ],
+      "dependencies": {
+        "MaterialComponents/HeaderStackView": [
+
+        ],
+        "MaterialComponents/NavigationBar": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/private/Application": [
+
+        ],
+        "MaterialComponents/FlexibleHeader": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/private/Icons/ic_arrow_back": [
+
+        ],
+        "MaterialComponents/private/UIMetrics": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/AppBar/tests/unit/*.{h,m,swift}",
+            "components/AppBar/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/AppBar/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/AppBar+ColorThemer": [
+
+            ],
+            "MaterialComponents/AppBar+TypographyThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "AppBar+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/AppBar/src/Theming/*.h",
+      "source_files": [
+        "components/AppBar/src/Theming/*.{h,m}",
+        "components/AppBar/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/AppBar": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/AppBar/tests/unit/Theming/*.{h,m,swift}",
+            "components/AppBar/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/AppBar/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "AppBar+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/AppBar/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/AppBar/src/ColorThemer/*.{h,m}",
+        "components/AppBar/src/ColorThemer/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/AppBar": [
+
+        ],
+        "MaterialComponents/FlexibleHeader+ColorThemer": [
+
+        ],
+        "MaterialComponents/NavigationBar+ColorThemer": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "AppBar+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/AppBar/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/AppBar/src/TypographyThemer/*.{h,m}",
+        "components/AppBar/src/TypographyThemer/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/AppBar": [
+
+        ],
+        "MaterialComponents/NavigationBar+TypographyThemer": [
+
+        ]
+      }
+    },
+    {
+      "name": "Banner",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Banner/src/*.h",
+      "source_files": "components/Banner/src/*.{h,m}",
+      "dependencies": {
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Banner/tests/unit/*.m"
+          ]
+        }
+      ]
+    },
+    {
+      "name": "Banner+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Banner/src/Theming/*.h",
+      "source_files": [
+        "components/Banner/src/Theming/*.{h,m}",
+        "components/Banner/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Banner": [
+
+        ],
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/Buttons+Theming": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Banner/tests/unit/Theming/*.{h,m,swift}"
+          ],
+          "dependencies": {
+            "MaterialComponents/schemes/Container": [
+
+            ],
+            "MaterialComponents/private/Color": [
+
+            ],
+            "MaterialComponents/private/Math": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "BottomAppBar",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/BottomAppBar/src/*.h",
+      "source_files": [
+        "components/BottomAppBar/src/*.{h,m}",
+        "components/BottomAppBar/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/NavigationBar": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/BottomAppBar/tests/unit/*.{h,m,swift}",
+            "components/BottomAppBar/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/BottomAppBar/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/BottomAppBar+ColorThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "BottomAppBar+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/BottomAppBar/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/BottomAppBar/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/BottomAppBar": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "BottomNavigation",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/BottomNavigation/src/*.h",
+      "source_files": [
+        "components/BottomNavigation/src/*.{h,m}",
+        "components/BottomNavigation/src/private/*.{h,m}"
+      ],
+      "exclude_files": [
+        "components/BottomNavigation/src/MDCBottomNavigationBarController.*",
+        "components/BottomNavigation/src/MaterialBottomNavigationBeta.h"
+      ],
+      "resources": [
+        "components/BottomNavigation/src/MaterialBottomNavigation.bundle"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Ripple": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/BottomNavigation/tests/unit/*.{h,m,swift}",
+            "components/BottomNavigation/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "exclude_files": [
+            "components/BottomNavigation/tests/unit/MDCBottomNavigationBarControllerTests.m"
+          ],
+          "resources": "components/BottomNavigation/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/BottomNavigation+ColorThemer": [
+
+            ],
+            "MaterialComponents/BottomNavigation+TypographyThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "BottomNavigation+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/BottomNavigation/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/BottomNavigation/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/BottomNavigation": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "BottomNavigation+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/BottomNavigation/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/BottomNavigation/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/BottomNavigation": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      }
+    },
+    {
+      "name": "BottomNavigation+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/BottomNavigation/src/Theming/*.h",
+      "source_files": [
+        "components/BottomNavigation/src/Theming/*.{h,m}",
+        "components/BottomNavigation/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/BottomNavigation": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/BottomNavigation/tests/unit/Theming/*.{h,m,swift}",
+            "components/BottomNavigation/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/BottomNavigation/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "BottomSheet",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/BottomSheet/src/*.h",
+      "source_files": [
+        "components/BottomSheet/src/*.{h,m}",
+        "components/BottomSheet/src/private/*.{h,m}"
+      ],
+      "frameworks": "WebKit",
+      "dependencies": {
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/ShapeLibrary": [
+
+        ],
+        "MaterialComponents/Shapes": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/private/KeyboardWatcher": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/BottomSheet/tests/unit/*.{h,m,swift}",
+            "components/BottomSheet/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/BottomSheet/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/BottomSheet+ShapeThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "BottomSheet+ShapeThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/BottomSheet/src/ShapeThemer/*.h"
+      ],
+      "source_files": [
+        "components/BottomSheet/src/ShapeThemer/*.{h,m}",
+        "components/BottomSheet/src/ShapeThemer/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/BottomSheet": [
+
+        ],
+        "MaterialComponents/schemes/Shape": [
+
+        ]
+      }
+    },
+    {
+      "name": "Buttons",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Buttons/src/*.h",
+      "source_files": [
+        "components/Buttons/src/*.{h,m}",
+        "components/Buttons/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MDFTextAccessibility": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Ripple": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/Shapes": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Buttons/tests/unit/*.{h,m,swift}",
+            "components/Buttons/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Buttons/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/Buttons+ShapeThemer": [
+
+            ],
+            "MaterialComponents/Buttons+ColorThemer": [
+
+            ],
+            "MaterialComponents/Buttons+TitleColorAccessibilityMutator": [
+
+            ],
+            "MaterialComponents/Buttons+ButtonThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "Buttons+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Buttons/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/Buttons/src/ColorThemer/*.{h,m}",
+        "components/Buttons/src/ColorThemer/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "Buttons+TitleColorAccessibilityMutator",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Buttons/src/TitleColorAccessibilityMutator/*.h"
+      ],
+      "source_files": [
+        "components/Buttons/src/TitleColorAccessibilityMutator/*.{h,m}",
+        "components/Buttons/src/TitleColorAccessibilityMutator/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MDFTextAccessibility": [
+
+        ],
+        "MaterialComponents/Buttons": [
+
+        ]
+      }
+    },
+    {
+      "name": "Buttons+ShapeThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Buttons/src/ShapeThemer/*.h"
+      ],
+      "source_files": [
+        "components/Buttons/src/ShapeThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/schemes/Shape": [
+
+        ]
+      }
+    },
+    {
+      "name": "Buttons+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Buttons/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/Buttons/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      }
+    },
+    {
+      "name": "Buttons+ButtonThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Buttons/src/ButtonThemer/*.h"
+      ],
+      "source_files": [
+        "components/Buttons/src/ButtonThemer/*.{h,m}",
+        "components/Buttons/src/ButtonThemer/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/Buttons+ColorThemer": [
+
+        ],
+        "MaterialComponents/Buttons+ShapeThemer": [
+
+        ],
+        "MaterialComponents/Buttons+TypographyThemer": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ]
+      }
+    },
+    {
+      "name": "Buttons+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Buttons/src/Theming/*.h",
+      "source_files": [
+        "components/Buttons/src/Theming/*.{h,m}",
+        "components/Buttons/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/Buttons+ColorThemer": [
+
+        ],
+        "MaterialComponents/Buttons+ShapeThemer": [
+
+        ],
+        "MaterialComponents/Buttons+TypographyThemer": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Buttons/tests/unit/Theming/*.{h,m,swift}",
+            "components/Buttons/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Buttons/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "ButtonBar",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ButtonBar/src/*.h",
+      "source_files": [
+        "components/ButtonBar/src/*.{h,m}",
+        "components/ButtonBar/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/private/Application": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ButtonBar/tests/unit/*.{h,m,swift}",
+            "components/ButtonBar/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/ButtonBar/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "ButtonBar+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/ButtonBar/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/ButtonBar/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/ButtonBar": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "Cards",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Cards/src/*.h",
+      "source_files": "components/Cards/src/*.{h,m}",
+      "exclude_files": [
+        "components/Cards/src/MDCCard+Ripple.{h,m}",
+        "components/Cards/src/MDCCardCollectionCell+Ripple.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Ripple": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/Shapes": [
+
+        ],
+        "MaterialComponents/private/Icons/ic_check_circle": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Cards/tests/unit/*.{h,m,swift}",
+            "components/Cards/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Cards/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/Cards+ColorThemer": [
+
+            ],
+            "MaterialComponents/Cards+ShapeThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "Cards+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Cards/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/Cards/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Cards": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "Cards+ShapeThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Cards/src/ShapeThemer/*.h"
+      ],
+      "source_files": [
+        "components/Cards/src/ShapeThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Cards": [
+
+        ],
+        "MaterialComponents/schemes/Shape": [
+
+        ]
+      }
+    },
+    {
+      "name": "Cards+CardThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Cards/src/CardThemer/*.h"
+      ],
+      "source_files": [
+        "components/Cards/src/CardThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Cards": [
+
+        ],
+        "MaterialComponents/Cards+ColorThemer": [
+
+        ],
+        "MaterialComponents/Cards+ShapeThemer": [
+
+        ]
+      }
+    },
+    {
+      "name": "Cards+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Cards/src/Theming/*.h",
+      "source_files": [
+        "components/Cards/src/Theming/*.{h,m}",
+        "components/Cards/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Cards": [
+
+        ],
+        "MaterialComponents/Cards+ColorThemer": [
+
+        ],
+        "MaterialComponents/Cards+ShapeThemer": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Cards/tests/unit/Theming/*.{h,m,swift}",
+            "components/Cards/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Cards/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Chips",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Chips/src/*.h",
+      "source_files": [
+        "components/Chips/src/*.{h,m}",
+        "components/Chips/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Ripple": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShapeLibrary": [
+
+        ],
+        "MaterialComponents/Shapes": [
+
+        ],
+        "MaterialComponents/TextFields": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Chips/tests/unit/*.{h,m,swift}",
+            "components/Chips/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Chips/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/Themes": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "Chips+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Chips/src/Theming/*.h",
+      "source_files": [
+        "components/Chips/src/Theming/*.{h,m}",
+        "components/Chips/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Chips": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Chips/tests/unit/Theming/*.{h,m,swift}",
+            "components/Chips/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Chips/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "CollectionCells",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/CollectionCells/src/*.h",
+      "source_files": [
+        "components/CollectionCells/src/*.{h,m}",
+        "components/CollectionCells/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/CollectionCells/src/MaterialCollectionCells.bundle"
+      ],
+      "frameworks": [
+        "CoreGraphics",
+        "QuartzCore"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/CollectionLayoutAttributes": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/private/Icons/ic_check": [
+
+        ],
+        "MaterialComponents/private/Icons/ic_check_circle": [
+
+        ],
+        "MaterialComponents/private/Icons/ic_chevron_right": [
+
+        ],
+        "MaterialComponents/private/Icons/ic_info": [
+
+        ],
+        "MaterialComponents/private/Icons/ic_radio_button_unchecked": [
+
+        ],
+        "MaterialComponents/private/Icons/ic_reorder": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/CollectionCells/tests/unit/*.{h,m,swift}",
+            "components/CollectionCells/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/CollectionCells/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "CollectionLayoutAttributes",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/CollectionLayoutAttributes/src/*.h",
+      "source_files": "components/CollectionLayoutAttributes/src/*.{h,m}",
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/CollectionLayoutAttributes/tests/unit/*.{h,m,swift}",
+            "components/CollectionLayoutAttributes/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/CollectionLayoutAttributes/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Collections",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Collections/src/*.h",
+      "source_files": [
+        "components/Collections/src/*.{h,m}",
+        "components/Collections/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/Collections/src/MaterialCollections.bundle"
+      ],
+      "frameworks": [
+        "CoreGraphics",
+        "QuartzCore"
+      ],
+      "dependencies": {
+        "MaterialComponents/CollectionCells": [
+
+        ],
+        "MaterialComponents/CollectionLayoutAttributes": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Collections/tests/unit/*.{h,m,swift}",
+            "components/Collections/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Collections/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Dialogs",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Dialogs/src/*.h",
+      "source_files": [
+        "components/Dialogs/src/*.{h,m}",
+        "components/Dialogs/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/Dialogs/src/MaterialDialogs.bundle"
+      ],
+      "dependencies": {
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/private/KeyboardWatcher": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MDFInternationalization": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Dialogs/tests/unit/*.{h,m,swift}",
+            "components/Dialogs/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Dialogs/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/Dialogs+DialogThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "Dialogs+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Dialogs/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/Dialogs/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Dialogs": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ],
+        "MaterialComponents/Buttons+ColorThemer": [
+
+        ]
+      }
+    },
+    {
+      "name": "Dialogs+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Dialogs/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/Dialogs/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Dialogs": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ],
+        "MaterialComponents/Buttons+TypographyThemer": [
+
+        ]
+      }
+    },
+    {
+      "name": "Dialogs+DialogThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Dialogs/src/DialogThemer/*.h"
+      ],
+      "source_files": [
+        "components/Dialogs/src/DialogThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Dialogs": [
+
+        ],
+        "MaterialComponents/Dialogs+ColorThemer": [
+
+        ],
+        "MaterialComponents/Dialogs+TypographyThemer": [
+
+        ],
+        "MaterialComponents/Buttons+ButtonThemer": [
+
+        ]
+      }
+    },
+    {
+      "name": "Dialogs+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Dialogs/src/Theming/*.h",
+      "source_files": [
+        "components/Dialogs/src/Theming/*.{h,m}",
+        "components/Dialogs/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Dialogs": [
+
+        ],
+        "MaterialComponents/Dialogs+ColorThemer": [
+
+        ],
+        "MaterialComponents/Dialogs+TypographyThemer": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ],
+        "MaterialComponents/Buttons+Theming": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Dialogs/tests/unit/Theming/*.{h,m,swift}",
+            "components/Dialogs/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Dialogs/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Elevation",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Elevation/src/*.h",
+      "source_files": [
+        "components/Elevation/src/*.{h,m}",
+        "components/Elevation/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/private/Color": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Elevation/tests/unit/*.{h,m,swift}",
+            "components/Elevation/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "dependencies": {
+            "MaterialComponents/private/Color": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "FeatureHighlight",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/FeatureHighlight/src/*.h",
+      "source_files": [
+        "components/FeatureHighlight/src/*.{h,m}",
+        "components/FeatureHighlight/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/FeatureHighlight/src/MaterialFeatureHighlight.bundle"
+      ],
+      "dependencies": {
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MDFTextAccessibility": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/FeatureHighlight/tests/unit/*.{h,m,swift}",
+            "components/FeatureHighlight/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/FeatureHighlight/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/FeatureHighlight+ColorThemer": [
+
+            ],
+            "MaterialComponents/FeatureHighlight+TypographyThemer": [
+
+            ],
+            "MaterialComponents/FeatureHighlight+FeatureHighlightAccessibilityMutator": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "FeatureHighlight+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/FeatureHighlight/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/FeatureHighlight/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/FeatureHighlight": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "FeatureHighlight+FontThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/FeatureHighlight/src/FontThemer/*.h"
+      ],
+      "source_files": [
+        "components/FeatureHighlight/src/FontThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/FeatureHighlight": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "FeatureHighlight+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/FeatureHighlight/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/FeatureHighlight/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/FeatureHighlight": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      }
+    },
+    {
+      "name": "FeatureHighlight+FeatureHighlightAccessibilityMutator",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/*.h"
+      ],
+      "source_files": [
+        "components/FeatureHighlight/src/FeatureHighlightAccessibilityMutator/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/FeatureHighlight": [
+
+        ],
+        "MDFTextAccessibility": [
+
+        ]
+      }
+    },
+    {
+      "name": "FlexibleHeader",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/FlexibleHeader/src/*.h",
+      "source_files": [
+        "components/FlexibleHeader/src/*.{h,m}",
+        "components/FlexibleHeader/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MDFTextAccessibility": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/private/Application": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MaterialComponents/private/UIMetrics": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/FlexibleHeader/tests/unit/*.{h,m,swift}",
+            "components/FlexibleHeader/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/FlexibleHeader/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/FlexibleHeader+ColorThemer": [
+
+            ],
+            "MaterialComponents/ShadowLayer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "FlexibleHeader+CanAlwaysExpandToMaximumHeight",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/*.h"
+      ],
+      "source_files": [
+        "components/FlexibleHeader/src/CanAlwaysExpandToMaximumHeight/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/FlexibleHeader": [
+
+        ]
+      }
+    },
+    {
+      "name": "FlexibleHeader+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/FlexibleHeader/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/FlexibleHeader/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/FlexibleHeader": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "HeaderStackView",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/HeaderStackView/src/*.h",
+      "source_files": "components/HeaderStackView/src/*.{h,m}",
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/HeaderStackView/tests/unit/*.{h,m,swift}",
+            "components/HeaderStackView/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/HeaderStackView/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "HeaderStackView+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/HeaderStackView/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/HeaderStackView/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/HeaderStackView": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "Ink",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Ink/src/*.h",
+      "source_files": [
+        "components/Ink/src/*.{h,m}",
+        "components/Ink/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/private/Color": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Ink/tests/unit/*.{h,m,swift}",
+            "components/Ink/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Ink/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Ink+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Ink/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/Ink/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "LibraryInfo",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/LibraryInfo/src/*.h",
+      "source_files": [
+        "components/LibraryInfo/src/*.{h,m}",
+        "components/LibraryInfo/src/private/*.{h,m}"
+      ],
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/LibraryInfo/tests/unit/*.{h,m,swift}",
+            "components/LibraryInfo/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/LibraryInfo/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "List",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/List/src/*.h",
+      "source_files": [
+        "components/List/src/*.{h,m}",
+        "components/List/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Ripple": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/List/tests/unit/*.{h,m,swift}",
+            "components/List/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/List/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/List+ColorThemer": [
+
+            ],
+            "MaterialComponents/List+TypographyThemer": [
+
+            ],
+            "MaterialComponents/List+ListThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "List+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/List/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/List/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/List": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      }
+    },
+    {
+      "name": "List+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/List/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/List/src/ColorThemer/*.{h,m}",
+        "components/List/src/ColorThemer/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/List": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "List+ListThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/List/src/ListThemer/*.h"
+      ],
+      "source_files": [
+        "components/List/src/ListThemer/*.{h,m}",
+        "components/List/src/ListThemer/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/List": [
+
+        ],
+        "MaterialComponents/List+ColorThemer": [
+
+        ],
+        "MaterialComponents/List+TypographyThemer": [
+
+        ]
+      }
+    },
+    {
+      "name": "List+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/List/src/Theming/*.h",
+      "source_files": [
+        "components/List/src/Theming/*.{h,m}",
+        "components/List/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/List": [
+
+        ],
+        "MaterialComponents/List+ColorThemer": [
+
+        ],
+        "MaterialComponents/List+TypographyThemer": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/List/tests/unit/Theming/*.{h,m,swift}",
+            "components/List/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/List/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "NavigationBar",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/NavigationBar/src/*.h",
+      "source_files": "components/NavigationBar/src/*.{h,m}",
+      "dependencies": {
+        "MDFTextAccessibility": [
+
+        ],
+        "MaterialComponents/ButtonBar": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/NavigationBar/tests/unit/*.{h,m,swift}",
+            "components/NavigationBar/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/NavigationBar/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/NavigationBar+ColorThemer": [
+
+            ],
+            "MaterialComponents/NavigationBar+TypographyThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "NavigationBar+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/NavigationBar/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/NavigationBar/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/NavigationBar": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "NavigationBar+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/NavigationBar/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/NavigationBar/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/NavigationBar": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      }
+    },
+    {
+      "name": "NavigationDrawer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/NavigationDrawer/src/*.h",
+      "source_files": [
+        "components/NavigationDrawer/src/*.{h,m}",
+        "components/NavigationDrawer/src/private/*.{h,m}"
+      ],
+      "exclude_files": "components/NavigationDrawer/src/private/MDCBottomDrawerContainerViewController+Testing.h",
+      "dependencies": {
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MaterialComponents/private/UIMetrics": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/NavigationDrawer/tests/unit/*.{h,m,swift}",
+            "components/NavigationDrawer/tests/unit/supplemental/*.{h,m,swift}",
+            "components/NavigationDrawer/src/private/MDCBottomDrawerContainerViewController+Testing.h"
+          ],
+          "dependencies": {
+            "MaterialComponents/NavigationDrawer+ColorThemer": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "NavigationDrawer+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/NavigationDrawer/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/NavigationDrawer/src/ColorThemer/*.{h,m}",
+        "components/NavigationDrawer/src/ColorThemer/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/NavigationDrawer": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "OverlayWindow",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/OverlayWindow/src/*.h",
+      "source_files": [
+        "components/OverlayWindow/src/*.{h,m}",
+        "components/OverlayWindow/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/private/Application": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/OverlayWindow/tests/unit/*.{h,m,swift}",
+            "components/OverlayWindow/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/OverlayWindow/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "PageControl",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/PageControl/src/*.h",
+      "source_files": [
+        "components/PageControl/src/*.{h,m}",
+        "components/PageControl/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/PageControl/src/MaterialPageControl.bundle"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/PageControl/tests/unit/*.{h,m,swift}",
+            "components/PageControl/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/PageControl/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "PageControl+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/PageControl/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/PageControl/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/PageControl": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "Palettes",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Palettes/src/*.h",
+      "source_files": [
+        "components/Palettes/src/*.{h,m}",
+        "components/Palettes/src/private/*.{h,m}"
+      ],
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Palettes/tests/unit/*.{h,m,swift}",
+            "components/Palettes/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Palettes/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "ProgressView",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ProgressView/src/*.h",
+      "source_files": [
+        "components/ProgressView/src/*.{h,m}",
+        "components/ProgressView/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MotionAnimator": [
+          "~> 2.1"
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ProgressView/tests/unit/*.{h,m,swift}",
+            "components/ProgressView/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/ProgressView/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "ProgressView+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/ProgressView/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/ProgressView/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/ProgressView": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "ProgressView+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ProgressView/src/Theming/*.h",
+      "source_files": [
+        "components/ProgressView/src/Theming/*.{h,m}",
+        "components/ProgressView/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/ProgressView": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ProgressView/tests/unit/Theming/*.{h,m,swift}",
+            "components/ProgressView/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/ProgressView/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Ripple",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Ripple/src/*.h",
+      "source_files": [
+        "components/Ripple/src/*.{h,m}",
+        "components/Ripple/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/AnimationTiming": [
+
+        ],
+        "MaterialComponents/private/Color": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Ripple/tests/unit/*.{h,m,swift}",
+            "components/Ripple/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Ripple/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "ShadowElevations",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ShadowElevations/src/*.h",
+      "source_files": "components/ShadowElevations/src/*.{h,m}",
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ShadowElevations/tests/unit/*.{h,m,swift}",
+            "components/ShadowElevations/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/ShadowElevations/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "ShadowLayer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ShadowLayer/src/*.h",
+      "source_files": "components/ShadowLayer/src/*.{h,m}",
+      "dependencies": {
+        "MaterialComponents/ShadowElevations": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ShadowLayer/tests/unit/*.{h,m,swift}",
+            "components/ShadowLayer/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/ShadowLayer/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "ShapeLibrary",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/ShapeLibrary/src/*.h",
+      "source_files": [
+        "components/ShapeLibrary/src/*.{h,m}",
+        "components/ShapeLibrary/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Shapes": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/ShapeLibrary/tests/unit/*.{h,m,swift}",
+            "components/ShapeLibrary/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/ShapeLibrary/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Shapes",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Shapes/src/*.h",
+      "source_files": [
+        "components/Shapes/src/*.{h,m}",
+        "components/Shapes/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/private/Color": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Shapes/tests/unit/*.{h,m,swift}",
+            "components/Shapes/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Shapes/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Slider",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Slider/src/*.h"
+      ],
+      "source_files": [
+        "components/Slider/src/*.{h,m}",
+        "components/Slider/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MaterialComponents/private/ThumbTrack": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Slider/tests/unit/*.{h,m,swift}",
+            "components/Slider/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Slider/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Slider+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Slider/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/Slider/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/Slider": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "Snackbar",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Snackbar/src/*.h",
+      "source_files": [
+        "components/Snackbar/src/*.{h,m}",
+        "components/Snackbar/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/Snackbar/src/MaterialSnackbar.bundle"
+      ],
+      "dependencies": {
+        "MaterialComponents/AnimationTiming": [
+
+        ],
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/OverlayWindow": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/private/Application": [
+
+        ],
+        "MaterialComponents/private/KeyboardWatcher": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MaterialComponents/private/Overlay": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Snackbar/tests/unit/*.{h,m,swift}",
+            "components/Snackbar/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Snackbar/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/Snackbar+ColorThemer": [
+
+            ],
+            "MaterialComponents/Snackbar+FontThemer": [
+
+            ],
+            "MaterialComponents/Snackbar+TypographyThemer": [
+
+            ],
+            "MaterialComponents/Themes": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "Snackbar+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Snackbar/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/Snackbar/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Snackbar": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ]
+      }
+    },
+    {
+      "name": "Snackbar+FontThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Snackbar/src/FontThemer/*.h"
+      ],
+      "source_files": [
+        "components/Snackbar/src/FontThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Snackbar": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "Snackbar+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Snackbar/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/Snackbar/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Snackbar": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      }
+    },
+    {
+      "name": "Tabs",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Tabs/src/*.h",
+      "source_files": [
+        "components/Tabs/src/*.{h,m}",
+        "components/Tabs/src/private/*.{h,m}"
+      ],
+      "resources": [
+        "components/Tabs/src/MaterialTabs.bundle"
+      ],
+      "dependencies": {
+        "MDFInternationalization": [
+
+        ],
+        "MaterialComponents/AnimationTiming": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Ink": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/Ripple": [
+
+        ],
+        "MaterialComponents/ShadowElevations": [
+
+        ],
+        "MaterialComponents/ShadowLayer": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Tabs/tests/unit/*.{h,m,swift}",
+            "components/Tabs/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Tabs/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/Tabs+ColorThemer": [
+
+            ],
+            "MaterialComponents/Tabs+FontThemer": [
+
+            ],
+            "MaterialComponents/Tabs+TypographyThemer": [
+
+            ],
+            "MaterialComponents/Themes": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "Tabs+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Tabs/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/Tabs/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/schemes/Color": [
+
+        ],
+        "MaterialComponents/Tabs": [
+
+        ]
+      }
+    },
+    {
+      "name": "Tabs+FontThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Tabs/src/FontThemer/*.h"
+      ],
+      "source_files": [
+        "components/Tabs/src/FontThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Tabs": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "Tabs+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/Tabs/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/Tabs/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Tabs": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      }
+    },
+    {
+      "name": "Tabs+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Tabs/src/Theming/*.h",
+      "source_files": [
+        "components/Tabs/src/Theming/*.{h,m}",
+        "components/Tabs/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/Tabs": [
+
+        ],
+        "MaterialComponents/Tabs+ColorThemer": [
+
+        ],
+        "MaterialComponents/Tabs+TypographyThemer": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Tabs/tests/unit/Theming/*.{h,m,swift}",
+            "components/Tabs/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Tabs/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "TextFields",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/TextFields/src/*.h",
+      "source_files": [
+        "components/TextFields/src/*.{h,m}",
+        "components/TextFields/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/AnimationTiming": [
+
+        ],
+        "MaterialComponents/Buttons": [
+
+        ],
+        "MaterialComponents/Elevation": [
+
+        ],
+        "MaterialComponents/Palettes": [
+
+        ],
+        "MaterialComponents/Typography": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MDFInternationalization": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/TextFields/tests/unit/*.{h,m,swift}",
+            "components/TextFields/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/TextFields/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/TextFields+ColorThemer": [
+
+            ],
+            "MaterialComponents/TextFields+FontThemer": [
+
+            ],
+            "MaterialComponents/TextFields+TypographyThemer": [
+
+            ],
+            "MaterialComponents/Themes": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "TextControls",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/TextControls/src/*.h",
+      "source_files": [
+        "components/TextControls/src/*.{h,m}",
+        "components/TextControls/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/AnimationTiming": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ],
+        "MDFInternationalization": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/TextControls/tests/unit/*.{h,m,swift}",
+            "components/TextControls/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/TextControls/tests/unit//resources/*"
+        }
+      ]
+    },
+    {
+      "name": "TextControls+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/TextControls/src/Theming/*.h",
+      "source_files": [
+        "components/TextControls/src/Theming/*.{h,m}",
+        "components/TextControls/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/TextControls": [
+
+        ],
+        "MaterialComponents/schemes/Color": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/TextControls/tests/unit/Theming/*.{h,m,swift}"
+          ],
+          "dependencies": {
+            "MaterialComponents/schemes/Container": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "TextFields+ColorThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/TextFields/src/ColorThemer/*.h"
+      ],
+      "source_files": [
+        "components/TextFields/src/ColorThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/TextFields": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "TextFields+FontThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/TextFields/src/FontThemer/*.h"
+      ],
+      "source_files": [
+        "components/TextFields/src/FontThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/TextFields": [
+
+        ],
+        "MaterialComponents/Themes": [
+
+        ]
+      }
+    },
+    {
+      "name": "TextFields+Theming",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/TextFields/src/Theming/*.h",
+      "source_files": [
+        "components/TextFields/src/Theming/*.{h,m}",
+        "components/TextFields/src/Theming/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/TextFields": [
+
+        ],
+        "MaterialComponents/TextFields+ColorThemer": [
+
+        ],
+        "MaterialComponents/TextFields+TypographyThemer": [
+
+        ],
+        "MaterialComponents/schemes/Container": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/TextFields/tests/unit/Theming/*.{h,m,swift}",
+            "components/TextFields/tests/unit/Theming/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/TextFields/tests/unit/Theming/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "TextFields+TypographyThemer",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": [
+        "components/TextFields/src/TypographyThemer/*.h"
+      ],
+      "source_files": [
+        "components/TextFields/src/TypographyThemer/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/TextFields": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      }
+    },
+    {
+      "name": "Themes",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Themes/src/*.h",
+      "source_files": [
+        "components/Themes/src/*.{h,m}",
+        "components/Themes/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/schemes/Color": [
+
+        ],
+        "MaterialComponents/schemes/Typography": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Themes/tests/unit/*.{h,m,swift}",
+            "components/Themes/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Themes/tests/unit/resources/*"
+        }
+      ]
+    },
+    {
+      "name": "Typography",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "public_header_files": "components/Typography/src/*.h",
+      "source_files": [
+        "components/Typography/src/*.{h,m}",
+        "components/Typography/src/private/*.{h,m}"
+      ],
+      "dependencies": {
+        "MaterialComponents/private/Application": [
+
+        ],
+        "MaterialComponents/private/Math": [
+
+        ]
+      },
+      "testspecs": [
+        {
+          "name": "UnitTests",
+          "test_type": "unit",
+          "source_files": [
+            "components/Typography/tests/unit/*.{h,m,swift}",
+            "components/Typography/tests/unit/supplemental/*.{h,m,swift}"
+          ],
+          "resources": "components/Typography/tests/unit/resources/*",
+          "dependencies": {
+            "MaterialComponents/private/Application": [
+
+            ]
+          }
+        }
+      ]
+    },
+    {
+      "name": "schemes",
+      "subspecs": [
+        {
+          "name": "Color",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/schemes/Color/src/*.h",
+          "source_files": "components/schemes/Color/src/*.{h,m}",
+          "dependencies": {
+            "MaterialComponents/private/Color": [
+
+            ]
+          },
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/schemes/Color/tests/unit/*.{h,m,swift}",
+                "components/schemes/Color/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/schemes/Color/tests/unit/resources/*",
+              "dependencies": {
+                "MaterialComponents/private/Math": [
+
+                ]
+              }
+            }
+          ]
+        },
+        {
+          "name": "Container",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/schemes/Container/src/*.h",
+          "source_files": "components/schemes/Container/src/*.{h,m}",
+          "dependencies": {
+            "MaterialComponents/schemes/Color": [
+
+            ],
+            "MaterialComponents/schemes/Typography": [
+
+            ],
+            "MaterialComponents/schemes/Shape": [
+
+            ]
+          },
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/schemes/Container/tests/unit/*.{h,m,swift}",
+                "components/schemes/Container/tests/unit/supplemental/*.{h,m,swift}"
+              ]
+            }
+          ]
+        },
+        {
+          "name": "Shape",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/schemes/Shape/src/*.h",
+          "source_files": "components/schemes/Shape/src/*.{h,m}",
+          "dependencies": {
+            "MaterialComponents/ShapeLibrary": [
+
+            ],
+            "MaterialComponents/Shapes": [
+
+            ]
+          },
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/schemes/Shape/tests/unit/*.{h,m,swift}",
+                "components/schemes/Shape/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/schemes/Shape/tests/unit/resources/*"
+            }
+          ]
+        },
+        {
+          "name": "Typography",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/schemes/Typography/src/*.h",
+          "source_files": "components/schemes/Typography/src/*.{h,m}",
+          "dependencies": {
+            "MaterialComponents/Typography": [
+
+            ],
+            "MaterialComponents/schemes/Typography+BasicFontScheme": [
+
+            ],
+            "MaterialComponents/schemes/Typography+Scheming": [
+
+            ]
+          },
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/schemes/Typography/tests/unit/*.{h,m,swift}",
+                "components/schemes/Typography/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/schemes/Typography/tests/unit/resources/*"
+            }
+          ]
+        },
+        {
+          "name": "Typography+BasicFontScheme",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/schemes/Typography/src/BasicFontScheme/*.h",
+          "source_files": [
+            "components/schemes/Typography/src/BasicFontScheme/*.{h,m}",
+            "components/schemes/Typography/src/BasicFontScheme/private/*.{h,m}"
+          ]
+        },
+        {
+          "name": "Typography+Scheming",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/schemes/Typography/src/Scheming/*.h",
+          "source_files": [
+            "components/schemes/Typography/src/Scheming/*.{h,m}",
+            "components/schemes/Typography/src/Scheming/private/*.{h,m}"
+          ]
+        }
+      ]
+    },
+    {
+      "name": "private",
+      "subspecs": [
+        {
+          "name": "Icons",
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/private/Icons/tests/unit/*.{h,m,swift}"
+              ]
+            }
+          ],
+          "subspecs": [
+            {
+              "name": "Base",
+              "public_header_files": "components/private/Icons/src/*.h",
+              "source_files": "components/private/Icons/src/*.{h,m}"
+            },
+            {
+              "name": "ic_arrow_back",
+              "public_header_files": "components/private/Icons/icons/ic_arrow_back/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_arrow_back/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_arrow_back": [
+                  "components/private/Icons/icons/ic_arrow_back/src/MaterialIcons_ic_arrow_back.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_check",
+              "public_header_files": "components/private/Icons/icons/ic_check/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_check/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_check": [
+                  "components/private/Icons/icons/ic_check/src/MaterialIcons_ic_check.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_check_circle",
+              "public_header_files": "components/private/Icons/icons/ic_check_circle/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_check_circle/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_check_circle": [
+                  "components/private/Icons/icons/ic_check_circle/src/MaterialIcons_ic_check_circle.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_chevron_right",
+              "public_header_files": "components/private/Icons/icons/ic_chevron_right/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_chevron_right/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_chevron_right": [
+                  "components/private/Icons/icons/ic_chevron_right/src/MaterialIcons_ic_chevron_right.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_color_lens",
+              "public_header_files": "components/private/Icons/icons/ic_color_lens/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_color_lens/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_color_lens": [
+                  "components/private/Icons/icons/ic_color_lens/src/MaterialIcons_ic_color_lens.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_help_outline",
+              "public_header_files": "components/private/Icons/icons/ic_help_outline/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_help_outline/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_help_outline": [
+                  "components/private/Icons/icons/ic_help_outline/src/MaterialIcons_ic_help_outline.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_info",
+              "public_header_files": "components/private/Icons/icons/ic_info/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_info/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_info": [
+                  "components/private/Icons/icons/ic_info/src/MaterialIcons_ic_info.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_more_horiz",
+              "public_header_files": "components/private/Icons/icons/ic_more_horiz/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_more_horiz/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_more_horiz": [
+                  "components/private/Icons/icons/ic_more_horiz/src/MaterialIcons_ic_more_horiz.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_radio_button_unchecked",
+              "public_header_files": "components/private/Icons/icons/ic_radio_button_unchecked/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_radio_button_unchecked/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_radio_button_unchecked": [
+                  "components/private/Icons/icons/ic_radio_button_unchecked/src/MaterialIcons_ic_radio_button_unchecked.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_reorder",
+              "public_header_files": "components/private/Icons/icons/ic_reorder/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_reorder/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_reorder": [
+                  "components/private/Icons/icons/ic_reorder/src/MaterialIcons_ic_reorder.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            },
+            {
+              "name": "ic_settings",
+              "public_header_files": "components/private/Icons/icons/ic_settings/src/*.h",
+              "source_files": "components/private/Icons/icons/ic_settings/src/*.{h,m}",
+              "resource_bundles": {
+                "MaterialIcons_ic_settings": [
+                  "components/private/Icons/icons/ic_settings/src/MaterialIcons_ic_settings.bundle/*.png"
+                ]
+              },
+              "dependencies": {
+                "MaterialComponents/private/Icons/Base": [
+
+                ]
+              }
+            }
+          ]
+        },
+        {
+          "name": "Application",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/private/Application/src/*.h",
+          "source_files": "components/private/Application/src/*.{h,m}",
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/private/Application/tests/unit/*.{h,m,swift}",
+                "components/private/Application/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/private/Application/tests/unit/resources/*"
+            }
+          ]
+        },
+        {
+          "name": "Color",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/private/Color/src/*.h",
+          "source_files": "components/private/Color/src/*.{h,m}",
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/private/Color/tests/unit/*.{h,m,swift}",
+                "components/private/Color/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/private/Color/tests/unit/resources/*"
+            }
+          ]
+        },
+        {
+          "name": "KeyboardWatcher",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/private/KeyboardWatcher/src/*.h",
+          "source_files": "components/private/KeyboardWatcher/src/*.{h,m}",
+          "dependencies": {
+            "MaterialComponents/private/Application": [
+
+            ]
+          },
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/private/KeyboardWatcher/tests/unit/*.{h,m,swift}",
+                "components/private/KeyboardWatcher/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/private/KeyboardWatcher/tests/unit/resources/*"
+            }
+          ]
+        },
+        {
+          "name": "Math",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/private/Math/src/*.h",
+          "source_files": "components/private/Math/src/*.{h,m}",
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/private/Math/tests/unit/*.{h,m,swift}",
+                "components/private/Math/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/private/Math/tests/unit/resources/*"
+            }
+          ]
+        },
+        {
+          "name": "Overlay",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/private/Overlay/src/*.h",
+          "source_files": [
+            "components/private/Overlay/src/*.{h,m}",
+            "components/private/Overlay/src/private/*.{h,m}"
+          ],
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/private/Overlay/tests/unit/*.{h,m,swift}",
+                "components/private/Overlay/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/private/Overlay/tests/unit/resources/*"
+            }
+          ]
+        },
+        {
+          "name": "ThumbTrack",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/private/ThumbTrack/src/*.h",
+          "source_files": [
+            "components/private/ThumbTrack/src/*.{h,m}",
+            "components/private/ThumbTrack/src/private/*.{h,m}"
+          ],
+          "dependencies": {
+            "MaterialComponents/Ink": [
+
+            ],
+            "MaterialComponents/Ripple": [
+
+            ],
+            "MaterialComponents/ShadowElevations": [
+
+            ],
+            "MaterialComponents/ShadowLayer": [
+
+            ],
+            "MaterialComponents/Typography": [
+
+            ],
+            "MDFInternationalization": [
+
+            ],
+            "MaterialComponents/private/Math": [
+
+            ]
+          },
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/private/ThumbTrack/tests/unit/*.{h,m,swift}",
+                "components/private/ThumbTrack/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/private/ThumbTrack/tests/unit/resources/*"
+            }
+          ]
+        },
+        {
+          "name": "UIMetrics",
+          "platforms": {
+            "ios": "9.0"
+          },
+          "public_header_files": "components/private/UIMetrics/src/*.h",
+          "source_files": [
+            "components/private/UIMetrics/src/*.{h,m}",
+            "components/private/UIMetrics/src/private/*.{h,m}"
+          ],
+          "dependencies": {
+            "MaterialComponents/private/Application": [
+
+            ]
+          },
+          "testspecs": [
+            {
+              "name": "UnitTests",
+              "test_type": "unit",
+              "source_files": [
+                "components/private/UIMetrics/tests/unit/*.{h,m,swift}",
+                "components/private/UIMetrics/tests/unit/supplemental/*.{h,m,swift}"
+              ],
+              "resources": "components/private/UIMetrics/tests/unit/resources/*"
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}