We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b77bf commit e995077Copy full SHA for e995077
1 file changed
TestingExtensions.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.homepage = 'https://github.com/SwiftRex/TestingExtensions'
8
s.license = { :type => 'Apache', :text => '© 2021 Luiz Barbosa' }
9
s.author = { 'Luiz Barbosa' => 'swiftrex@developercity.de' }
10
- s.source = { :git => 'https://github.com/SwiftRex/TestingExtensions.git', :tag => "v#{s.version}" }
+ s.source = { :git => 'https://github.com/SwiftRex/TestingExtensions.git', :tag => s.version.to_s }
11
12
s.ios.deployment_target = '13.0'
13
s.osx.deployment_target = '10.15'
@@ -20,4 +20,4 @@ Pod::Spec.new do |s|
20
s.dependency 'SwiftRex', '~> 0.8.8'
21
s.dependency 'CombineRex', '~> 0.8.8'
22
s.dependency 'SnapshotTesting', '~> 1.8.2'
23
- end
+ end
0 commit comments