From 9129be950d2d3f87ae162fd3f204f2c9e5e8440b Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Fri, 24 Nov 2023 23:14:24 +0000 Subject: [PATCH] Update podspecs --- auth0_flutter/darwin/auth0_flutter.podspec | 2 +- auth0_flutter/ios/auth0_flutter.podspec | 6 +++--- auth0_flutter/macos/auth0_flutter.podspec | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auth0_flutter/darwin/auth0_flutter.podspec b/auth0_flutter/darwin/auth0_flutter.podspec index 8aba1d62..0d2ec5ad 100644 --- a/auth0_flutter/darwin/auth0_flutter.podspec +++ b/auth0_flutter/darwin/auth0_flutter.podspec @@ -25,5 +25,5 @@ Pod::Spec.new do |s| # Flutter.framework does not contain a i386 slice. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } - s.swift_version = ['5.7', '5.8'] + s.swift_version = ['5.7', '5.8', '5.9'] end diff --git a/auth0_flutter/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index a67c9bd0..0d2ec5ad 100644 --- a/auth0_flutter/ios/auth0_flutter.podspec +++ b/auth0_flutter/ios/auth0_flutter.podspec @@ -19,9 +19,9 @@ Pod::Spec.new do |s| s.osx.deployment_target = '11.0' s.osx.dependency 'FlutterMacOS' - s.dependency 'Auth0', '2.3.2' - s.dependency 'JWTDecode', '3.0.1' - s.dependency 'SimpleKeychain', '1.0.1' + s.dependency 'Auth0', '2.5.0' + s.dependency 'JWTDecode', '3.1.0' + s.dependency 'SimpleKeychain', '1.1.0' # Flutter.framework does not contain a i386 slice. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } diff --git a/auth0_flutter/macos/auth0_flutter.podspec b/auth0_flutter/macos/auth0_flutter.podspec index f9aac400..0d2ec5ad 100644 --- a/auth0_flutter/macos/auth0_flutter.podspec +++ b/auth0_flutter/macos/auth0_flutter.podspec @@ -19,11 +19,11 @@ Pod::Spec.new do |s| s.osx.deployment_target = '11.0' s.osx.dependency 'FlutterMacOS' - s.dependency 'Auth0', '2.3.2' - s.dependency 'JWTDecode', '3.0.1' - s.dependency 'SimpleKeychain', '1.0.1' + s.dependency 'Auth0', '2.5.0' + s.dependency 'JWTDecode', '3.1.0' + s.dependency 'SimpleKeychain', '1.1.0' # Flutter.framework does not contain a i386 slice. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } - s.swift_version = ['5.3', '5.4', '5.5', '5.6', '5.7'] + s.swift_version = ['5.7', '5.8', '5.9'] end