Skip to content

Commit

Permalink
Update RNMLKitTextRecognition.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
allangomes authored Jun 25, 2024
1 parent cde2b58 commit b3f5f9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions text-recognition/RNMLKitTextRecognition.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Pod::Spec.new do |s|

s.dependency "React"
# To recognize Latin script
s.dependency 'GoogleMLKit/TextRecognition', '4.0.0'
s.dependency 'GoogleMLKit/TextRecognition', '6.0.0'
# To recognize Chinese script
s.dependency 'GoogleMLKit/TextRecognitionChinese', '4.0.0'
s.dependency 'GoogleMLKit/TextRecognitionChinese', '6.0.0'
# To recognize Devanagari script
s.dependency 'GoogleMLKit/TextRecognitionDevanagari', '4.0.0'
s.dependency 'GoogleMLKit/TextRecognitionDevanagari', '6.0.0'
# To recognize Japanese script
s.dependency 'GoogleMLKit/TextRecognitionJapanese', '4.0.0'
s.dependency 'GoogleMLKit/TextRecognitionJapanese', '6.0.0'
# To recognize Korean script
s.dependency 'GoogleMLKit/TextRecognitionKorean', '4.0.0'
s.dependency 'GoogleMLKit/TextRecognitionKorean', '6.0.0'
end

0 comments on commit b3f5f9e

Please sign in to comment.