diff --git a/cocoapods/CLOpenSSL.podspec.template b/cocoapods/CLOpenSSL.podspec.template index 76a4140e..306e891b 100644 --- a/cocoapods/CLOpenSSL.podspec.template +++ b/cocoapods/CLOpenSSL.podspec.template @@ -13,7 +13,8 @@ Pod::Spec.new do |s| # Project metadata s.name = "CLOpenSSL" s.version = "#{openssl_version}" - s.summary = "Pre-built OpenSSL framework for iOS and macOS: full-featured toolkit for the TLS and SSL protocols as well as a general-purpose cryptography library." + s.summary = "Pre-built OpenSSL framework for iOS and macOS." + s.description = "OpenSSL is a full-featured toolkit for the TLS and SSL protocols as well as a general-purpose cryptography library." s.homepage = "https://www.openssl.org/" s.authors = [ "Andy Polyakov",