From 350867a9ad66016b7ec629ded85068d1bce71e6d Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 11 Jun 2014 01:23:57 +0000 Subject: [PATCH] update XHRefreshControl.podspec v0.1.2 --- XHRefreshControl.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XHRefreshControl.podspec b/XHRefreshControl.podspec index 8b16daa..ffa62bb 100644 --- a/XHRefreshControl.podspec +++ b/XHRefreshControl.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/xhzengAIB/XHRefreshControl" s.license = "GPL v2" s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" } - s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v0.2" } + s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v0.1.2" } s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' s.platform = :ios, '5.0' s.source_files = 'RefreshControl/*.{h,m}'