diff --git a/OpenSSL-Universal.podspec b/OpenSSL-Universal.podspec index 87b2aaa0..95c0640c 100644 --- a/OpenSSL-Universal.podspec +++ b/OpenSSL-Universal.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.description = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports OSX and iOS including Simulator (armv7,armv7s,arm64,x86_64)." s.homepage = "https://github.com/krzyzanowskim/OpenSSL" s.license = { :type => 'OpenSSL (OpenSSL/SSLeay)', :file => 'LICENSE.txt' } - s.source = { :git => "https://github.com/krzyzanowskim/OpenSSL.git", :tag => "#{s.version}" } + s.source = { :http => "https://github.com/krzyzanowskim/OpenSSL/archive/#{s.version}.zip", :type => "zip" } s.authors = {'Mark J. Cox' => 'mark@openssl.org', 'Ralf S. Engelschall' => 'rse@openssl.org',