Skip to content

Commit

Permalink
update BarcodeScanning dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ivofernandes committed Apr 24, 2024
1 parent c156b04 commit afa3615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'GoogleMLKit/BarcodeScanning', '~> 5.0.0'
s.dependency 'GoogleMLKit/BarcodeScanning', '~> 6.0.0'
s.dependency 'google_mlkit_commons'
s.platform = :ios, '12.0'
s.ios.deployment_target = '12.0'
Expand Down

0 comments on commit afa3615

Please sign in to comment.