From 3da70c4adb6cf30806dcec97c93b73397dc18550 Mon Sep 17 00:00:00 2001 From: Alban Diquet Date: Wed, 7 Sep 2016 14:44:49 -0700 Subject: [PATCH] Update podspec description --- TrustKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrustKit.podspec b/TrustKit.podspec index 8dcdf62..c2e0ad8 100644 --- a/TrustKit.podspec +++ b/TrustKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "TrustKit" s.version = "1.4.0" - s.summary = 'TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS or tvOS App.' + s.summary = 'TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.' s.homepage = "https://datatheorem.github.io/TrustKit" s.documentation_url = 'https://datatheorem.github.io/TrustKit/documentation/' s.license = { :type => 'MIT', :file => 'LICENSE' }