Skip to content

Commit

Permalink
612: Updated text recognition dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkelet committed Apr 20, 2024
1 parent 7e8206f commit f054a0a
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/TextRecognition', '~> 4.0.0'
s.dependency 'GoogleMLKit/TextRecognition', '~> 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 f054a0a

Please sign in to comment.