blob: 0e00b0a0902bc7ee9631c5db304304c1de6080b7 [file] [log] [blame]
Pod::Spec.new do |s|
s.name = "MDFSpritedAnimationView"
s.version = "3.0.0"
s.authors = { '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}'
s.header_mappings_dir = 'src/*'
end