From d9108e82ac7ea735ab54b229cf12a78a823ff523 Mon Sep 17 00:00:00 2001 From: dingc Date: Mon, 4 Nov 2019 15:21:58 +0800 Subject: [PATCH] update cocoapods tags --- AoE.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AoE.podspec b/AoE.podspec index e5a57f7..bc85c8f 100644 --- a/AoE.podspec +++ b/AoE.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/didi/aoe/' s.license = { :type => 'Apache', :file => 'LICENSE' } s.author = { 'dingc' => 'dc328466990@163.com' } - s.source = { :git => "https://github.com/didi/AoE.git", :tag => "v1.1.0-alpha01" } + s.source = { :git => "https://github.com/didi/AoE.git", :tag => s.version.to_s } s.prefix_header_file = false s.default_subspec = 'Loader'