From 80ce092538f1f2531bfeb02d738102e9959890d7 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 7 Aug 2014 13:46:35 +0800 Subject: [PATCH] update XHTwitterPaggingViewer.podspec 0.3 --- XHTwitterPaggingViewer.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XHTwitterPaggingViewer.podspec b/XHTwitterPaggingViewer.podspec index 093bd13..9a21dcd 100644 --- a/XHTwitterPaggingViewer.podspec +++ b/XHTwitterPaggingViewer.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "XHTwitterPaggingViewer" - s.version = "0.2" + s.version = "0.3" 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.2" } + s.source = { :git => "https://github.com/xhzengAIB/TwitterPaggingViewer.git", :tag => "v0.3" } s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' s.platform = :ios, '6.0' s.source_files = 'XHTwitterPaggingViewer/*.{h,m}'