material-components_materia.../MaterialComponentsCatalog.podspec
randallli d1630da81e bump version to 2.0.3
Reviewers: #mdc_ios_owners, ajsecord, featherless

Reviewed By: #mdc_ios_owners, ajsecord, featherless

Subscribers: featherless

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D284
2016-03-17 12:09:41 -04:00

15 lines
718 B
Ruby

Pod::Spec.new do |s|
s.name = "MaterialComponentsCatalog"
s.version = "2.0.3"
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}'
s.resources = ["components/*/examples/*.storyboard"]
s.dependency 'MaterialComponents'
end