material-components_materia.../MaterialComponentsUnitTests.podspec
2017-01-10 07:13:53 -05:00

16 lines
764 B
Ruby

Pod::Spec.new do |s|
s.name = "MaterialComponentsUnitTests"
s.version = "20.0.0"
s.authors = "The Material Motion authors."
s.summary = "A collection of stand-alone production-ready UI libraries focused on design details."
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, '7.0'
s.requires_arc = true
s.source_files = 'components/*/tests/unit/*.{h,m,swift}', 'components/private/*/tests/unit/*.{h,m,swift}'
s.framework = 'XCTest'
s.dependency 'MaterialComponents'
s.dependency 'MDFTextAccessibility'
end