Skip to content

Commit

Permalink
Update podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 24, 2023
1 parent abe97da commit 9129be9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion auth0_flutter/darwin/auth0_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions auth0_flutter/ios/auth0_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down
8 changes: 4 additions & 4 deletions auth0_flutter/macos/auth0_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9129be9

Please sign in to comment.