Credit Ezat Hashim for WatchOS contributions

This commit is contained in:
Davide De Rosa 2019-09-26 10:09:55 +02:00
parent 388a9fe70f
commit 3c335e1bb8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.name = "OpenSSL-Apple" s.name = "OpenSSL-Apple"
s.version = "#{openssl_version}.#{script_version}" s.version = "#{openssl_version}.#{script_version}"
s.summary = "A script for compiling OpenSSL for Apple Devices" s.summary = "A script for compiling OpenSSL for Apple Devices"
s.authors = "Felix Schulze", "Davide De Rosa" s.authors = "Felix Schulze", "Davide De Rosa", "Ezat Hashim"
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 => "v#{script_version}" } s.source = { :git => s.homepage.to_s, :tag => "v#{script_version}" }