Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Zhao committed Mar 13, 2016
1 parent a3e1bcd commit 1dc2826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElasticTransition.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ElasticTransition"
s.version = "2.1.0"
s.version = "2.2.0"
s.summary = "A UIKit custom modal transition that simulates an elastic drag. Written in Swift."

s.description = <<-DESC
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
DESC

s.homepage = "https://github.com/lkzhao/ElasticTransition"
s.screenshots = "https://github.com/lkzhao/ElasticTransition/blob/master/imgs/demo.gif?raw=true"
s.screenshots = "https://github.com/lkzhao/ElasticTransition/blob/master/imgs/demo.gif?raw=true"
s.license = 'MIT'
s.author = { "Luke" => "[email protected]" }
s.source = { :git => "https://github.com/lkzhao/ElasticTransition.git", :tag => s.version.to_s }
Expand Down

0 comments on commit 1dc2826

Please sign in to comment.