Skip to content

Commit e995077

Browse files
committed
Stop using v prefix for tags (podspec fix)
1 parent 93b77bf commit e995077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestingExtensions.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.homepage = 'https://github.com/SwiftRex/TestingExtensions'
88
s.license = { :type => 'Apache', :text => '© 2021 Luiz Barbosa' }
99
s.author = { 'Luiz Barbosa' => '[email protected]' }
10-
s.source = { :git => 'https://github.com/SwiftRex/TestingExtensions.git', :tag => "v#{s.version}" }
10+
s.source = { :git => 'https://github.com/SwiftRex/TestingExtensions.git', :tag => s.version.to_s }
1111

1212
s.ios.deployment_target = '13.0'
1313
s.osx.deployment_target = '10.15'
@@ -20,4 +20,4 @@ Pod::Spec.new do |s|
2020
s.dependency 'SwiftRex', '~> 0.8.8'
2121
s.dependency 'CombineRex', '~> 0.8.8'
2222
s.dependency 'SnapshotTesting', '~> 1.8.2'
23-
end
23+
end

0 commit comments

Comments
 (0)