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'