Fix case in repository URL

This commit is contained in:
Davide De Rosa 2018-09-24 11:36:28 +02:00
parent bcd0a9c5fc
commit 068c72a895
1 changed files with 1 additions and 1 deletions

View File

@ -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' }