Skip to content

Commit 3622f35

Browse files
authored
Make podspec summary short (#16)
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".
1 parent 9b3000c commit 3622f35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cocoapods/CLOpenSSL.podspec.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Pod::Spec.new do |s|
1313
# Project metadata
1414
s.name = "CLOpenSSL"
1515
s.version = "#{openssl_version}"
16-
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."
16+
s.summary = "Pre-built OpenSSL framework for iOS and macOS."
17+
s.description = "OpenSSL is a full-featured toolkit for the TLS and SSL protocols as well as a general-purpose cryptography library."
1718
s.homepage = "https://www.openssl.org/"
1819
s.authors = [
1920
"Andy Polyakov",

0 commit comments

Comments
 (0)