material-components_materia.../MaterialComponentsExamples.podspec
Galia Kaufman 4394263aa1 [MDC-iOS] Sync to v109.2.0.
- c8ba09ff95259644b70481a90681de38d5d1e184 [BottomSheet]Set MDCSheetStateExtended for MDCBottomSheet... by Wenyu Zhang <wenyuz@google.com>
  - a866a00f778d73c44261327a86914e2ed73d40be Internal change. by Wenyu Zhang <wenyuz@google.com>
  - f4b7c8eb2cd04e2afe8437772c5f85b0b0aceb47 [Cards] Add example snapshot tests. by Jeff Verkoeyen <featherless@google.com>
  - 1920b96b2ab03f2ba2faf89b62396e71777b1303 [Dialogs] Add example snapshot tests. by Jeff Verkoeyen <featherless@google.com>
  - 81bd1dd07f3029dd7850fdfa299a58e06216b109 Internal change. by Wenyu Zhang <wenyuz@google.com>
  - 4a22863ca074ee5c5d1db7d7cd3e909e9feaf6ec [FlexibleHeader] Add example snapshot tests. by Jeff Verkoeyen <featherless@google.com>
  - 9e3ab8703b8d7f2f124ceb90e9ceb01d7a60be99 [NavigationBar] Add example snapshot tests. by Jeff Verkoeyen <featherless@google.com>
  - 5b5156eab6bb4412ebef0f95b87c96308afb413b [Dialogs] Document icon image scaling condition by Galia Kaufman <galiak@google.com>
  - fb10ae1b1fc70a689949ac5e46e72a54751116c5 Add borderRadius property by Nobody <no-reply@google.com>
  - 99d6facc5bd41455bb86e6246745be29b699d67d No public changes, just a test that reproduces the issue. by Iryna Berezan <iberezan@google.com>
  - da54c6f67a28691ecb3962e963f36d50ec501358 [Dialogs] Allow MDCAlertController to become first respon... by Wenyu Zhang <wenyuz@google.com>
  - d30de4507cf9dd80bd1cf487fa0d3f09cc931416 [MDC/ActionSheet] Add test showcasing how when an Action'... by Cody Weaver <codyleeweaver@google.com>
  - b9822411b97730324dedca19492d895c68fc880a [MDC/ActionSheet] Support setting image later in lifecycle by Cody Weaver <codyleeweaver@google.com>
  - 65b749fb56fc15fad14ff7f71c0fb432337ee033 [BottomSheet] Have the container sheet be laid out by the... by Yarden Eitan <yar@google.com>
  - 9220d5b801487df51560e61327e8c47305c02bdf [BottomAppBar] Have BottomAppBar respect safe area by Andrew Overton <andrewoverton@google.com>
  - ee22d2cea472fb9451ae6fcd6b3f314d10972a3e Automatic changelog preparation for release. by Galia Kaufman <galiak@google.com>

PiperOrigin-RevId: 310000080
2020-05-05 12:40:56 -07:00

19 lines
1.3 KiB
Ruby

Pod::Spec.new do |s|
s.name = "MaterialComponentsExamples"
s.version = "109.2.0"
s.authors = "The Material Components authors."
s.summary = "This spec is an aggregate of all the Material Components examples."
s.description = "This spec is made for use in the MDC Catalog. Used in conjunction with CatalogByConvention we create our Material Catalog."
s.homepage = "https://github.com/material-components/material-components-ios"
s.license = 'Apache 2.0'
s.source = { :git => "https://github.com/material-components/material-components-ios.git", :tag => "v#{s.version}" }
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = ['components/*/examples/*.{h,m,swift}', 'components/*/examples/supplemental/*.{h,m,swift}', 'components/private/*/examples/*.{h,m,swift}', 'components/schemes/*/examples/*.{h,m,swift}', 'components/schemes/*/examples/supplemental/*.{h,m,swift}']
s.resources = ['components/*/examples/resources/*', 'components/private/*/examples/resources/*', 'components/schemes/*/examples/resources/*']
s.dependency 'MaterialComponents'
s.dependency 'MaterialComponentsBeta'
s.public_header_files = ['components/*/examples/*.h', 'components/*/examples/supplemental/*.h', 'components/private/*/examples/*.h', 'components/schemes/*/examples/*.h']
end