From 383ab1e3ca64c27c9be8805203f06bbfe2b47e5c Mon Sep 17 00:00:00 2001 From: Arian Flores Date: Tue, 7 Mar 2023 17:44:28 -0800 Subject: [PATCH] Fix commented out verison --- MagicExt-OAuth.podspec | 2 +- MagicExt-OIDC.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MagicExt-OAuth.podspec b/MagicExt-OAuth.podspec index 615a3a4..bf5ed22 100644 --- a/MagicExt-OAuth.podspec +++ b/MagicExt-OAuth.podspec @@ -17,7 +17,7 @@ TODO: Add long description of the pod here. s.source = { :git => 'https://github.com/magicLabs/magic-ios-ext.git', :tag => s.version.to_s } s.swift_version = '5.0' s.ios.deployment_target = '13.0' -# s.osx.deployment_target = '10.12' +# s.osx.deployment_target = '10.15' s.source_files = 'Sources/MagicExt-OAuth/**/*' diff --git a/MagicExt-OIDC.podspec b/MagicExt-OIDC.podspec index 3b356c9..720696d 100644 --- a/MagicExt-OIDC.podspec +++ b/MagicExt-OIDC.podspec @@ -17,7 +17,7 @@ TODO: Add long description of the pod here. s.source = { :git => 'https://github.com/magicLabs/magic-ios-ext.git', :tag => s.version.to_s } s.swift_version = '5.0' s.ios.deployment_target = '13.0' -# s.osx.deployment_target = '10.12' +# s.osx.deployment_target = '10.15' s.source_files = 'Sources/MagicExt-OIDC/**/*'