From e3135768ffda30d5530aeb7004c131e3d4dbe36d Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 27 Jun 2014 16:27:18 +0800 Subject: [PATCH] update XHRefreshControl v0.1.8 --- XHRefreshControl.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XHRefreshControl.podspec b/XHRefreshControl.podspec index 1dcef27..ca445fe 100644 --- a/XHRefreshControl.podspec +++ b/XHRefreshControl.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "XHRefreshControl" - s.version = "0.1.7" + s.version = "0.1.8" s.summary = "XHRefreshControl 是一款高扩展性、低耦合度的下拉刷新、上提加载更多的组件。" s.homepage = "https://github.com/xhzengAIB/XHRefreshControl" - s.license = "GPL v2" + s.license = "MIT" s.authors = { "xhzengAIB" => "xhzengAIB@gmail.com" } - s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v0.1.7" } + s.source = { :git => "https://github.com/xhzengAIB/XHRefreshControl.git", :tag => "v0.1.8" } s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' s.platform = :ios, '5.0' s.source_files = 'RefreshControl/*.{h,m}'