From ef7a3e4654bd82967685ebfc23e1adc8ffe8d26f Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Wed, 25 Apr 2018 16:56:22 +0200 Subject: [PATCH] Circumvent CocoaPods warning about source --- OpenSSL-Apple.podspec.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSSL-Apple.podspec.template b/OpenSSL-Apple.podspec.template index 6e544ff..d67aebd 100644 --- a/OpenSSL-Apple.podspec.template +++ b/OpenSSL-Apple.podspec.template @@ -4,8 +4,8 @@ Pod::Spec.new do |s| s.summary = "A script for compiling OpenSSL for Apple Devices" s.authors = "Felix Schulze", "Davide De Rosa" - s.homepage = "https://github.com/keeshux/OpenSSL-Apple" - s.source = { :git => s.homepage.to_s, :tag => "1.0" } + s.homepage = "https://github.com/keeshux/OpenSSL-Apple.git" + s.source = { :git => s.homepage.to_s, :tag => "1.0.1" } s.license = { :type => 'Apache', :file => 'LICENSE' } s.prepare_command = <<-CMD