From 5b20f0cb26dca889a92fe0e6d0bf0eb6455ae53a Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 16 Sep 2014 21:06:40 +0800 Subject: [PATCH] update podspec file v2.7 --- XHRefreshControl.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XHRefreshControl.podspec b/XHRefreshControl.podspec index f2be5f7..f18abc4 100644 --- a/XHRefreshControl.podspec +++ b/XHRefreshControl.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "XHRefreshControl" - s.version = "2.6" + s.version = "2.7" 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.6" } + s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v2.7" } s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' s.platform = :ios, '5.0' s.source_files = 'RefreshControl/**/**/*.{h,m}'