blob: 4dda7ce1661be08ce9f30c4dcb85dc208c50357a [file] [log] [blame]
Pod::Spec.new do |s|
s.name = "MDFSpritedAnimationView"
s.version = "3.1.0"
s.authors = { 'Randall Li' => 'randallli@google.com', 'Chris Cox' => 'cjcox@google.com' }
s.summary = "A control providing an alternative to animating an array of images with an UIImageView."
s.homepage = "https://github.com/material-foundation/MDFSpritedAnimationView"
s.license = 'Apache 2.0'
s.source = { :git => "https://github.com/material-foundation/MDFSpritedAnimationView.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.public_header_files = 'src/*.h'
s.source_files = 'src/*.{h,m}'
end