Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcavar committed Jun 11, 2015
1 parent b0d3060 commit 0b600d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Refresher.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Refresher"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "Pull to refresh in Swift"

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

s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/jcavar/refresher.git", :tag => "0.1.1" }
s.source = { :git => "https://github.com/jcavar/refresher.git", :tag => "0.1.2" }

s.source_files = "Refresher/*.swift"

Expand Down

0 comments on commit 0b600d5

Please sign in to comment.