Circumvent CocoaPods warning about source
This commit is contained in:
parent
728467cdd4
commit
ef7a3e4654
|
@ -4,8 +4,8 @@ Pod::Spec.new do |s|
|
||||||
s.summary = "A script for compiling OpenSSL for Apple Devices"
|
s.summary = "A script for compiling OpenSSL for Apple Devices"
|
||||||
s.authors = "Felix Schulze", "Davide De Rosa"
|
s.authors = "Felix Schulze", "Davide De Rosa"
|
||||||
|
|
||||||
s.homepage = "https://github.com/keeshux/OpenSSL-Apple"
|
s.homepage = "https://github.com/keeshux/OpenSSL-Apple.git"
|
||||||
s.source = { :git => s.homepage.to_s, :tag => "1.0" }
|
s.source = { :git => s.homepage.to_s, :tag => "1.0.1" }
|
||||||
s.license = { :type => 'Apache', :file => 'LICENSE' }
|
s.license = { :type => 'Apache', :file => 'LICENSE' }
|
||||||
|
|
||||||
s.prepare_command = <<-CMD
|
s.prepare_command = <<-CMD
|
||||||
|
|
Loading…
Reference in New Issue