Use progressive tags to avoid confusion

v2, v3, v4 ...
This commit is contained in:
Davide De Rosa 2018-09-26 10:06:45 +02:00
parent a6958f4c9b
commit b5794412da
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,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 => "1.0.2" } s.source = { :git => s.homepage.to_s, :tag => "v2" }
s.license = { :type => 'Apache', :file => 'LICENSE' } s.license = { :type => 'Apache', :file => 'LICENSE' }
s.prepare_command = <<-CMD s.prepare_command = <<-CMD