material-components_materia.../MaterialComponentsCatalog.podspec
Jeff Verkoeyen f059520a72 [Catalog] Add supplemental/ path to examples wildcard.
Reviewers: #mdc_ios_owners, junius

Reviewed By: #mdc_ios_owners, junius

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D449
2016-04-01 11:23:59 -04:00

15 lines
766 B
Ruby

Pod::Spec.new do |s|
s.name = "MaterialComponentsCatalog"
s.version = "2.2.0"
s.authors = { 'Apple platform engineering at Google' => 'appleplatforms@google.com' }
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
s.homepage = "https://github.com/google/material-components-ios"
s.license = 'Apache 2.0'
s.source = { :git => "https://github.com/google/material-components-ios.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'components/*/examples/*.{h,m,swift}', 'components/*/examples/supplemental/*.{h,m,swift}'
s.resources = ['components/*/examples/resources/*']
s.dependency 'MaterialComponents'
end