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/**/*'