From eb5e0af91960b581a917f41dd0bc62614b4057e6 Mon Sep 17 00:00:00 2001 From: dariy-kordiyak <74256379+dariy-kordiyak@users.noreply.github.com> Date: Fri, 4 Jun 2021 13:36:17 +0300 Subject: [PATCH 1/2] Update SwiftKeychainWrapper.podspect for WatchOS --- SwiftKeychainWrapper.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/SwiftKeychainWrapper.podspec b/SwiftKeychainWrapper.podspec index 6fa14e1..80c2b41 100644 --- a/SwiftKeychainWrapper.podspec +++ b/SwiftKeychainWrapper.podspec @@ -10,6 +10,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.authors = { 'Jason Rendel' => 'jason@jasonrendel.com' } s.ios.deployment_target = '9.0' + s.watchos.deployment_target = "3.0" s.tvos.deployment_target = '11.0' s.swift_version = ['4.2', '5.0'] s.source = { :git => 'https://github.com/jrendel/SwiftKeychainWrapper.git', :tag => s.version } From c7da714f4279588bba27ee0ecae23dc74271a0c7 Mon Sep 17 00:00:00 2001 From: dariy-kordiyak <74256379+dariy-kordiyak@users.noreply.github.com> Date: Fri, 4 Jun 2021 13:37:02 +0300 Subject: [PATCH 2/2] Update SwiftKeychainWrapper.podspec --- SwiftKeychainWrapper.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftKeychainWrapper.podspec b/SwiftKeychainWrapper.podspec index 80c2b41..8d2364a 100644 --- a/SwiftKeychainWrapper.podspec +++ b/SwiftKeychainWrapper.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.authors = { 'Jason Rendel' => 'jason@jasonrendel.com' } s.ios.deployment_target = '9.0' - s.watchos.deployment_target = "3.0" + s.watchos.deployment_target = '3.0' s.tvos.deployment_target = '11.0' s.swift_version = ['4.2', '5.0'] s.source = { :git => 'https://github.com/jrendel/SwiftKeychainWrapper.git', :tag => s.version }