You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
Copy file name to clipboardExpand all lines: cocoapods/CLOpenSSL.podspec.template
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ Pod::Spec.new do |s|
13
13
# Project metadata
14
14
s.name = "CLOpenSSL"
15
15
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."
0 commit comments