From bb6620fd32186c34b29ba6822d7490db58b908ed Mon Sep 17 00:00:00 2001 From: Marcin Krzyzanowski Date: Wed, 6 Jan 2021 16:24:20 +0100 Subject: [PATCH] Switch podspec to zip archive. #107 --- OpenSSL-Universal.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',