material-components_materia.../MaterialComponentsUnitTests.podspec
Junius Gunaratne 8198f65a8b [Shrine] Add ink to header and cells, update UI layout in init
Reviewers: iangordon, ajsecord, #mdc_ios_owners, featherless

Reviewed By: #mdc_ios_owners, featherless

Subscribers: featherless

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D181
2016-03-03 13:21:48 -05:00

14 lines
656 B
Ruby

Pod::Spec.new do |s|
s.name = "MaterialComponentsUnitTests"
s.version = "0.2.1"
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/*/tests/unit/*.{h,m,swift}'
s.framework = 'XCTest'
end