diff --git a/docs/README.md b/docs/README.md index 31fad60..b961a17 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ Sign up here → [https://portal.us.frontegg.com/signup](https://portal.us.front The Flutter SDK supports Frontegg's **per-tenant sessions** feature through the underlying native SDKs. - On **Android**, the plugin and example apps use `com.frontegg.sdk:android:1.3.13`. -- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.69`. +- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.70`. To enable and use per-tenant sessions: diff --git a/embedded/ios/Podfile b/embedded/ios/Podfile index 4e61fac..7a3df8e 100644 --- a/embedded/ios/Podfile +++ b/embedded/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '~> 1.2.69' + pod 'FronteggSwift', '~> 1.2.70' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/hosted/ios/Podfile b/hosted/ios/Podfile index 385530c..15b86a6 100644 --- a/hosted/ios/Podfile +++ b/hosted/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '1.2.69' + pod 'FronteggSwift', '1.2.70' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index cbbcac7..b203d0d 100644 --- a/ios/frontegg_flutter.podspec +++ b/ios/frontegg_flutter.podspec @@ -15,7 +15,7 @@ A new Flutter plugin project. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'FronteggSwift', '1.2.69' + s.dependency 'FronteggSwift', '1.2.70' s.platform = :ios, '14.0' # Flutter.framework does not contain a i386 slice.