Skip to content

Commit

Permalink
Make podspec summary short (#16)
Browse files Browse the repository at this point in the history
CocoaPods issues a warning if the summary is long, it expects it to be
tweet-sized (under 140 characters). Well, split the current summary into
a short part and move OpenSSL description into "description".

Now it should be possible to lint the spec without "--allow-warnings".
  • Loading branch information
ilammy authored Oct 27, 2020
1 parent 9b3000c commit 3622f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cocoapods/CLOpenSSL.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3622f35

Please sign in to comment.