From d2cb3b92de0fac65325d57bf9999092942dcd91c Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 17 Sep 2014 15:31:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DtableView=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=87=8A=E6=94=BE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XHRefreshControl.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XHRefreshControl.podspec b/XHRefreshControl.podspec index c410fe9..3b855eb 100644 --- a/XHRefreshControl.podspec +++ b/XHRefreshControl.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "XHRefreshControl" - s.version = "2.8" + s.version = "2.9" s.summary = "XHRefreshControl 是一款高扩展性、低耦合度的下拉刷新、上提加载更多的组件。" s.homepage = "https://github.com/xhzengAIB/XHRefreshControl" s.license = "MIT" s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" } - s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v2.8" } + s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v2.9" } s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' s.platform = :ios, '5.0' s.source_files = 'RefreshControl/**/**/*.{h,m}'