diff --git a/XHTwitterPaggingViewer.podspec b/XHTwitterPaggingViewer.podspec index 0d34082..093bd13 100644 --- a/XHTwitterPaggingViewer.podspec +++ b/XHTwitterPaggingViewer.podspec @@ -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}'