Skip to content

Commit

Permalink
update XHTwitterPaggingViewer.podspec v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Jul 18, 2014
1 parent 3db6141 commit 8f7f65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XHTwitterPaggingViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "XHTwitterPaggingViewer"
s.version = "0.1"
s.version = "0.2"
s.summary = "A twitter like navigation bar, page viewer."
s.homepage = "https://github.com/xhzengAIB/TwitterPaggingViewer"
s.license = "MIT"
s.authors = { "Jack" => "xhzengAIB@gmail.com" }
s.source = { :git => "https://github.com/xhzengAIB/TwitterPaggingViewer.git", :tag => "v0.1" }
s.source = { :git => "https://github.com/xhzengAIB/TwitterPaggingViewer.git", :tag => "v0.2" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '6.0'
s.source_files = 'XHTwitterPaggingViewer/*.{h,m}'
Expand Down

0 comments on commit 8f7f65c

Please sign in to comment.