| 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, '9.0' |
| s.requires_arc = true |
| |
| s.public_header_files = 'src/*.h' |
| s.source_files = 'src/*.{h,m}' |
| |
| end |