From 7ba97c20fe3d8c05dd543cf91646b81bd2b18ad9 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 3 Sep 2015 00:58:50 +0800 Subject: [PATCH] update pod file v4.5.3 --- XHRefreshControl.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XHRefreshControl.podspec b/XHRefreshControl.podspec index 876421a..78fc222 100644 --- a/XHRefreshControl.podspec +++ b/XHRefreshControl.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "XHRefreshControl" - s.version = "4.5.2" + s.version = "4.5.3" 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 => "v4.5.2" } + s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v4.5.3" } s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' s.platform = :ios, '5.0' s.source_files = 'RefreshControl/**/**/*.{h,m}'