diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 7cff037..a3b43ac 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,8 +2,8 @@ PODS: - Flutter (1.0.0) - frontegg_flutter (1.0.3): - Flutter - - FronteggSwift (~> 1.2.26) - - FronteggSwift (1.2.26) + - FronteggSwift (~> 1.2.27) + - FronteggSwift (1.2.27) - integration_test (0.0.1): - Flutter @@ -26,10 +26,10 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - frontegg_flutter: 845fcc6280c941d99021f47cb22ce4bf39f029df - FronteggSwift: a92b852ed3721627dcbef0dfc985380c0fa4eb60 + frontegg_flutter: 2883f9b901d56bd5eafa2070b1d50b9c1c23c5a5 + FronteggSwift: 58affebc80858f4d2ce46071646c847af9a1b5cb integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573 PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index 16cd101..9fa4079 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.26' + s.dependency 'FronteggSwift', '~> 1.2.27' s.platform = :ios, '14.0' # Flutter.framework does not contain a i386 slice.