Julian Steenbakker
Committed by GitHub

Merge pull request #1023 from JarkkoSaarinen-Vincit/update_googlemlkit_barcodescanner

chore(deps): Bump GoogleMLKit/BarcodeScanning to 6.0.0
@@ -15,7 +15,7 @@ An universal scanner for Flutter based on MLKit. @@ -15,7 +15,7 @@ An universal scanner for Flutter based on MLKit.
15 s.source = { :path => '.' } 15 s.source = { :path => '.' }
16 s.source_files = 'Classes/**/*' 16 s.source_files = 'Classes/**/*'
17 s.dependency 'Flutter' 17 s.dependency 'Flutter'
18 - s.dependency 'GoogleMLKit/BarcodeScanning', '~> 5.0.0' 18 + s.dependency 'GoogleMLKit/BarcodeScanning', '~> 6.0.0'
19 s.platform = :ios, '12.0' 19 s.platform = :ios, '12.0'
20 s.static_framework = true 20 s.static_framework = true
21 # Flutter.framework does not contain a i386 slice. 21 # Flutter.framework does not contain a i386 slice.