Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
uzysjung committed Sep 5, 2015
1 parent 8a5340c commit 625e6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UzysAnimatedGifPullToRefresh.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "UzysAnimatedGifPullToRefresh"
s.version = "0.9.6"
s.version = "0.9.7"
s.summary = "Add PullToRefresh using animated GIF to any scrollView with just simple code"
s.author = { "Uzysjung" => "uzysjung@gmail.com" }

s.homepage = "https://github.com/uzysjung/UzysAnimatedGifPullToRefresh"
s.license = { :type => "MIT", :file => "LICENSE" }

s.platform = :ios
s.source = { :git => "https://github.com/uzysjung/UzysAnimatedGifPullToRefresh.git", :tag => "0.9.6" }
s.source = { :git => "https://github.com/uzysjung/UzysAnimatedGifPullToRefresh.git", :tag => "0.9.7" }
s.requires_arc = true
s.source_files = 'UzysAnimatedGifPullToRefresh/UzysAnimatedGifPullToRefresh/Library'
s.public_header_files = 'UzysAnimatedGifPullToRefresh/UzysAnimatedGifPullToRefresh/Library/*.h'
Expand Down

0 comments on commit 625e6d0

Please sign in to comment.