Latest | 77.0.0 |
---|---|
Homepage | https://github.com/material-components/material-components-ios |
License | Apache 2.0 |
Platforms | ios 8.0, requires ARC |
404: Not Found
Latest podspec
{ "name": "MaterialComponents", "version": "77.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": "v77.0.0" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "subspecs": [ { "name": "ActivityIndicator", "platforms": { "ios": "8.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/*", "dependencies": { "MaterialComponents/ActivityIndicator+ColorThemer": [] } } ] }, { "name": "ActivityIndicator+ColorThemer", "platforms": { "ios": "8.0" }, "public_header_files": [ "components/ActivityIndicator/src/ColorThemer/*.h" ], "source_files": [ "components/ActivityIndicator/src/ColorThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/ActivityIndicator": [], "MaterialComponents/schemes/Color": [] } }, { "name": "AnimationTiming", "platforms": { "ios": "8.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": "8.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+ColorThemer", "platforms": { "ios": "8.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": "8.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": "BottomAppBar", "platforms": { "ios": "8.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": "8.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": "8.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/Ink": [], "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": "8.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": "8.0" }, "public_header_files": [ "components/BottomNavigation/src/TypographyThemer/*.h" ], "source_files": [ "components/BottomNavigation/src/TypographyThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/BottomNavigation": [], "MaterialComponents/schemes/Typography": [] } }, { "name": "BottomSheet", "platforms": { "ios": "8.0" }, "public_header_files": "components/BottomSheet/src/*.h", "source_files": [ "components/BottomSheet/src/*.{h,m}", "components/BottomSheet/src/private/*.{h,m}" ], "dependencies": { "MaterialComponents/ShapeLibrary": [], "MaterialComponents/Shapes": [], "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": "8.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": "8.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/Ink": [], "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+TypographyThemer": [], "MaterialComponents/Buttons+TitleColorAccessibilityMutator": [], "MaterialComponents/Buttons+ButtonThemer": [] } } ] }, { "name": "Buttons+ColorThemer", "platforms": { "ios": "8.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": "8.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": "8.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": "8.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": "8.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": "ButtonBar", "platforms": { "ios": "8.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/*", "dependencies": { "MaterialComponents/ButtonBar+TypographyThemer": [] } } ] }, { "name": "ButtonBar+ColorThemer", "platforms": { "ios": "8.0" }, "public_header_files": [ "components/ButtonBar/src/ColorThemer/*.h" ], "source_files": [ "components/ButtonBar/src/ColorThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/ButtonBar": [], "MaterialComponents/Themes": [] } }, { "name": "ButtonBar+TypographyThemer", "platforms": { "ios": "8.0" }, "public_header_files": [ "components/ButtonBar/src/TypographyThemer/*.h" ], "source_files": [ "components/ButtonBar/src/TypographyThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/ButtonBar": [], "MaterialComponents/schemes/Typography": [] } }, { "name": "Cards", "platforms": { "ios": "8.0" }, "public_header_files": "components/Cards/src/*.h", "source_files": "components/Cards/src/*.{h,m}", "dependencies": { "MaterialComponents/Ink": [], "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": "8.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": "8.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": "8.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": "Chips", "platforms": { "ios": "8.0" }, "public_header_files": "components/Chips/src/*.h", "source_files": [ "components/Chips/src/*.{h,m}", "components/Chips/src/private/*.{h,m}" ], "dependencies": { "MDFInternationalization": [], "MaterialComponents/Ink": [], "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/Chips+ChipThemer": [], "MaterialComponents/Chips+FontThemer": [], "MaterialComponents/Themes": [] } } ] }, { "name": "Chips+ChipThemer", "platforms": { "ios": "8.0" }, "public_header_files": [ "components/Chips/src/ChipThemer/*.h" ], "source_files": [ "components/Chips/src/ChipThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/Chips": [], "MaterialComponents/Chips+ColorThemer": [], "MaterialComponents/Chips+ShapeThemer": [], "MaterialComponents/Chips+TypographyThemer": [] } }, { "name": "Chips+ColorThemer", "platforms": { "ios": "8.0" }, "public_header_files": [ "components/Chips/src/ColorThemer/*.h" ], "source_files": [ "components/Chips/src/ColorThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/Chips": [], "MaterialComponents/schemes/Color": [] } }, { "name": "Chips+FontThemer", "platforms": { "ios": "8.0" }, "public_header_files": [ "components/Chips/src/FontThemer/*.h" ], "source_files": [ "components/Chips/src/FontThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/Chips": [], "MaterialComponents/Themes": [] } }, { "name": "Chips+ShapeThemer", "platforms": { "ios": "8.0" }, "public_header_files": [ "components/Chips/src/ShapeThemer/*.h" ], "source_files": [ "components/Chips/src/ShapeThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/Chips": [], "MaterialComponents/schemes/Shape": [] } }, { "name": "Chips+TypographyThemer", "platforms": { "ios": "8.0" }, "public_header_files": [ "components/Chips/src/TypographyThemer/*.h" ], "source_files": [ "components/Chips/src/TypographyThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/Chips": [], "MaterialComponents/schemes/Typography": [] } }, { "name": "CollectionCells", "platforms": { "ios": "8.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": "8.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": "8.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": "8.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/ShadowElevations": [], "MaterialComponents/ShadowLayer": [], "MaterialComponents/Typography": [], "MaterialComponents/private/KeyboardWatcher": [], "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": "8.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": "8.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": "8.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": "FeatureHighlight", "platforms": { "ios": "8.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": "8.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": "8.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": "8.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": "8.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": "8.0" }, "public_header_files": "components/FlexibleHeader/src/*.h", "source_files": [ "components/FlexibleHeader/src/*.{h,m}", "components/FlexibleHeader/src/private/*.{h,m}" ], "dependencies": { "MDFTextAccessibility": [], "MaterialComponents/private/Application": [], "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": [] } } ] }, { "name": "FlexibleHeader+CanAlwaysExpandToMaximumHeight", "platforms": { "ios": "8.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": "8.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": "8.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": "8.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": "8.0" }, "public_header_files": "components/Ink/src/*.h", "source_files": [ "components/Ink/src/*.{h,m}", "components/Ink/src/private/*.{h,m}" ], "dependencies": { "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": "8.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": "8.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": "8.0" }, "public_header_files": "components/List/src/*.h", "source_files": [ "components/List/src/*.{h,m}", "components/List/src/private/*.{h,m}" ], "dependencies": { "MaterialComponents/Ink": [], "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": "8.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": "8.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": "8.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": "MaskedTransition", "platforms": { "ios": "8.0" }, "public_header_files": "components/MaskedTransition/src/*.h", "source_files": [ "components/MaskedTransition/src/*.{h,m}", "components/MaskedTransition/src/private/*.{h,m}" ], "dependencies": { "MotionTransitioning": [ "~> 5.0" ], "MotionAnimator": [ "~> 2.0" ], "MotionInterchange": [ "~> 1.0" ] }, "testspecs": [ { "name": "UnitTests", "test_type": "unit", "source_files": [ "components/MaskedTransition/tests/unit/*.{h,m,swift}", "components/MaskedTransition/tests/unit/supplemental/*.{h,m,swift}" ], "resources": "components/MaskedTransition/tests/unit/resources/*" } ] }, { "name": "NavigationBar", "platforms": { "ios": "8.0" }, "public_header_files": "components/NavigationBar/src/*.h", "source_files": "components/NavigationBar/src/*.{h,m}", "dependencies": { "MDFTextAccessibility": [], "MaterialComponents/ButtonBar": [], "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": "8.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": "8.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": "8.0" }, "public_header_files": "components/NavigationDrawer/src/*.h", "source_files": [ "components/NavigationDrawer/src/*.{h,m}", "components/NavigationDrawer/src/private/*.{h,m}" ], "dependencies": { "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}" ], "dependencies": { "MaterialComponents/NavigationDrawer+ColorThemer": [] } } ] }, { "name": "NavigationDrawer+ColorThemer", "platforms": { "ios": "8.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": "8.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": "8.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": "8.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": "8.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": "8.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": "8.0" }, "public_header_files": [ "components/ProgressView/src/ColorThemer/*.h" ], "source_files": [ "components/ProgressView/src/ColorThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/ProgressView": [], "MaterialComponents/Themes": [] } }, { "name": "ShadowElevations", "platforms": { "ios": "8.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": "8.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": "8.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": "8.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/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": "8.0" }, "public_header_files": [ "components/Slider/src/*.h" ], "source_files": [ "components/Slider/src/*.{h,m}", "components/Slider/src/private/*.{h,m}" ], "dependencies": { "MaterialComponents/Palettes": [], "MaterialComponents/ShadowElevations": [], "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": "8.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": "8.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/OverlayWindow": [], "MaterialComponents/Typography": [], "MaterialComponents/private/Application": [], "MaterialComponents/private/KeyboardWatcher": [], "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": "8.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": "8.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": "8.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": "8.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/Ink": [], "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": "8.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": "8.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": "8.0" }, "public_header_files": [ "components/Tabs/src/TypographyThemer/*.h" ], "source_files": [ "components/Tabs/src/TypographyThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/Tabs": [], "MaterialComponents/schemes/Typography": [] } }, { "name": "TextFields", "platforms": { "ios": "8.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/Palettes": [], "MaterialComponents/Typography": [], "MDFInternationalization": [], "MaterialComponents/private/Math": [] }, "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": "TextFields+ColorThemer", "platforms": { "ios": "8.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": "8.0" }, "public_header_files": [ "components/TextFields/src/FontThemer/*.h" ], "source_files": [ "components/TextFields/src/FontThemer/*.{h,m}" ], "dependencies": { "MaterialComponents/TextFields": [], "MaterialComponents/Themes": [] } }, { "name": "TextFields+TypographyThemer", "platforms": { "ios": "8.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": "8.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": "8.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/*" } ] }, { "name": "schemes", "subspecs": [ { "name": "Color", "platforms": { "ios": "8.0" }, "public_header_files": "components/schemes/Color/src/*.h", "source_files": "components/schemes/Color/src/*.{h,m}", "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": "Shape", "platforms": { "ios": "8.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": "8.0" }, "public_header_files": "components/schemes/Typography/src/*.h", "source_files": "components/schemes/Typography/src/*.{h,m}", "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": "private", "subspecs": [ { "name": "Icons", "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": "8.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": "KeyboardWatcher", "platforms": { "ios": "8.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": "8.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": "8.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": "ShapeLibrary", "platforms": { "ios": "8.0" }, "public_header_files": "components/private/ShapeLibrary/src/*.h", "source_files": "components/private/ShapeLibrary/src/*.h", "dependencies": { "MaterialComponents/ShapeLibrary": [] } }, { "name": "Shapes", "platforms": { "ios": "8.0" }, "public_header_files": "components/private/Shapes/src/*.h", "source_files": "components/private/Shapes/src/*.h", "dependencies": { "MaterialComponents/Shapes": [] } }, { "name": "ThumbTrack", "platforms": { "ios": "8.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/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": "8.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/*" } ] } ] } ] }
Mon, 18 Feb 2019 11:10:25 +0000