From 3c335e1bb8ad8b38f0cec1f0f319be85df9769c3 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 26 Sep 2019 10:09:55 +0200 Subject: [PATCH] Credit Ezat Hashim for WatchOS contributions --- 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 54706f4..60e0a38 100755 --- a/OpenSSL-Apple.podspec.template +++ b/OpenSSL-Apple.podspec.template @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = "OpenSSL-Apple" s.version = "#{openssl_version}.#{script_version}" 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.source = { :git => s.homepage.to_s, :tag => "v#{script_version}" }