From 2d9aebc378253d68db7e28078fb350b61e2afc8a Mon Sep 17 00:00:00 2001 From: OrangeDeveloper <2042805653@qq.com> Date: Tue, 21 Jun 2022 15:05:18 +0800 Subject: [PATCH] update to podspec to support 2.1.0 fix source tag --- AsyncSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncSwift.podspec b/AsyncSwift.podspec index d433ed0..027a4a8 100644 --- a/AsyncSwift.podspec +++ b/AsyncSwift.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.tvos.deployment_target = "9.0" s.watchos.deployment_target = "3.0" - s.source = { :git => "https://github.com/duemunk/Async.git", :tag => "2.0.5"} + s.source = { :git => "https://github.com/duemunk/Async.git", :tag => s.version} s.source_files = "Sources/**/*.swift" s.requires_arc = true s.module_name = 'Async'