Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
serejahh committed Oct 27, 2016
1 parent ace2bfa commit 3deb872
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PullToRefresher.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PullToRefresher"
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = "This component implements pure pull-to-refresh logic and you can use it for developing your own pull-to-refresh animations"
s.homepage = "http://yalantis.com/blog/how-we-built-customizable-pull-to-refresh-pull-to-cook-soup-animation/"

Expand All @@ -11,9 +11,8 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "8.0"

s.source = { :git => "https://github.com/Yalantis/PullToRefresh.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/Yalantis/PullToRefresh.git", :tag => s.version }
s.source_files = "PullToRefresh/*.swift"
s.module_name = "PullToRefresh"
s.requires_arc = true

end

0 comments on commit 3deb872

Please sign in to comment.