Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Oct 7, 2017
1 parent 57028b9 commit bf4348a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EasyAnimation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EasyAnimation"
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = "A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level!"
s.description = <<-DESC
EasyAnimation extends the animation methods that are built-in in UIKit and allows you to:
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/icanzilb/EasyAnimation.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/icanzilb'

s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.requires_arc = true

s.source_files = 'EasyAnimation/**/*.swift'
Expand Down

0 comments on commit bf4348a

Please sign in to comment.