diff --git a/MagicExt-OAuth.podspec b/MagicExt-OAuth.podspec index 39fc613..878000b 100644 --- a/MagicExt-OAuth.podspec +++ b/MagicExt-OAuth.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'MagicExt-OAuth' - s.version = '1.1.2' + s.version = '2.0.0' s.summary = 'Magic IOS Extension - OAuth' s.description = <<-DESC @@ -16,8 +16,8 @@ TODO: Add long description of the pod here. s.author = { 'Jerry Liu' => 'jerry@magic.link' } 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 = '10.0' -# s.osx.deployment_target = '10.12' + s.ios.deployment_target = '13.0' +# s.osx.deployment_target = '10.15' s.source_files = 'Sources/MagicExt-OAuth/**/*' diff --git a/MagicExt-OIDC.podspec b/MagicExt-OIDC.podspec index 99962f9..f0d638a 100644 --- a/MagicExt-OIDC.podspec +++ b/MagicExt-OIDC.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'MagicExt-OIDC' - s.version = '1.1.2' + s.version = '2.0.0' s.summary = 'Magic IOS Extension - OIDC' s.description = <<-DESC @@ -16,8 +16,8 @@ TODO: Add long description of the pod here. s.author = { 'Jerry Liu' => 'jerry@magic.link' } 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 = '10.0' -# s.osx.deployment_target = '10.12' + s.ios.deployment_target = '13.0' +# s.osx.deployment_target = '10.15' s.source_files = 'Sources/MagicExt-OIDC/**/*' diff --git a/Package.swift b/Package.swift index c1f8e07..c5fcfec 100644 --- a/Package.swift +++ b/Package.swift @@ -6,8 +6,8 @@ import PackageDescription let package = Package( name: "MagicExtensions", platforms: [ - .iOS(.v10), - .macOS(.v10_12) + .iOS(.v13), + .macOS(.v10_15) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.