From 8f7f65cac4309b7c9ab38d4fa6a70d33d3cb5473 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 18 Jul 2014 17:49:07 +0800 Subject: [PATCH] update XHTwitterPaggingViewer.podspec v0.2 --- XHTwitterPaggingViewer.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}'