From 221790caba912a8d1bdae4a39d9153940fc63d40 Mon Sep 17 00:00:00 2001 From: rtsbtx <617366296@qq.com> Date: Fri, 9 Oct 2015 18:53:44 +0800 Subject: [PATCH] Update WeiboSDK.podspec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tag版本自动同步 --- WeiboSDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeiboSDK.podspec b/WeiboSDK.podspec index d4529c5..fd1762e 100644 --- a/WeiboSDK.podspec +++ b/WeiboSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "WeiboSDK" s.version = "3.1.3" - s.source = { :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git", :tag => "3.1.3" } + s.source = { :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git", :tag => "#{s.version}" } s.platform = :ios, '6.0' s.requires_arc = false s.source_files = 'libWeiboSDK/*.{h,m}'