From ac38ecf0cf12d43f4b3d629efc3cfa69c8aaa1ac Mon Sep 17 00:00:00 2001 From: saravanan-selvam <43129002+saravanan-selvam@users.noreply.github.com> Date: Thu, 18 Feb 2021 14:02:06 +0530 Subject: [PATCH] Update JWT.podspec Added watchOS deployment target to the podspec to make it work with watchOS --- JWT.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/JWT.podspec b/JWT.podspec index 19bfd430..e2e9deaf 100644 --- a/JWT.podspec +++ b/JWT.podspec @@ -22,6 +22,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.8' s.tvos.deployment_target = '9.0' + s.watchos.deployment_target = "2.0" s.source_files = 'Core/**/*.{h,m}' s.private_header_files = 'Core/**/*Subclass.{hm}' s.module_name = s.name