From 068c72a895d0023c2d213f31c53c274223bc6bcb Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 24 Sep 2018 11:36:28 +0200 Subject: [PATCH] Fix case in repository URL --- OpenSSL-Apple.podspec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSSL-Apple.podspec.template b/OpenSSL-Apple.podspec.template index d67aebd..a296398 100644 --- a/OpenSSL-Apple.podspec.template +++ b/OpenSSL-Apple.podspec.template @@ -4,7 +4,7 @@ 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.git" + 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' }