Fix repository tag in podspec template

This commit is contained in:
Davide De Rosa 2019-02-23 22:47:05 +01:00
parent 25a33b749c
commit 9639db6200
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.authors = "Felix Schulze", "Davide De Rosa" s.authors = "Felix Schulze", "Davide De Rosa"
s.homepage = "https://github.com/keeshux/openssl-apple.git" s.homepage = "https://github.com/keeshux/openssl-apple.git"
s.source = { :git => s.homepage.to_s, :tag => script_version } s.source = { :git => s.homepage.to_s, :tag => "v#{script_version}" }
s.license = { :type => 'Apache', :file => 'LICENSE' } s.license = { :type => 'Apache', :file => 'LICENSE' }
s.prepare_command = <<-CMD s.prepare_command = <<-CMD