Skip to content

Commit

Permalink
Fix MCAnimationView summary vs description
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Nov 9, 2013
1 parent 5d465c3 commit f647977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MCAnimationView/0.1.0/MCAnimationView.podspec
Expand Up @@ -2,7 +2,8 @@ Pod::Spec.new do |s|
s.name = 'MCAnimationView'
s.version = '0.1.0'
s.license = 'BSD 3-Clause'
s.summary = 'UIImageView alternative for animations that don\'t need to load all the images in memory at once and provide callback when animation is done.'
s.summary = 'A UIImageView alternative for better animations'
s.description = 'UIImageView alternative for animations that don\'t need to load all the images in memory at once and provide callback when animation is done.'
s.homepage = 'https://github.com/mirego/MCAnimationView'
s.authors = { 'Mirego, Inc.' => 'info@mirego.com' }
s.source = { :git => 'https://github.com/mirego/MCAnimationView.git', :tag => s.version.to_s }
Expand Down
3 changes: 2 additions & 1 deletion MCAnimationView/0.1.1/MCAnimationView.podspec
Expand Up @@ -2,7 +2,8 @@ Pod::Spec.new do |s|
s.name = 'MCAnimationView'
s.version = '0.1.1'
s.license = 'BSD 3-Clause'
s.summary = 'UIImageView alternative for animations that doesn\'t need to load all the images in memory at once and provide a callback when animation is done'
s.summary = 'A UIImageView alternative for better animations'
s.description = 'UIImageView alternative for animations that doesn\'t need to load all the images in memory at once and provide a callback when animation is done'
s.homepage = 'https://github.com/mirego/MCAnimationView'
s.authors = { 'Mirego, Inc.' => 'info@mirego.com' }
s.source = { :git => 'https://github.com/mirego/MCAnimationView.git', :tag => s.version.to_s }
Expand Down

0 comments on commit f647977

Please sign in to comment.