From d0c667eebeccf05650d11a4981788fea9ab826da Mon Sep 17 00:00:00 2001 From: SK JASIMUDDIN <94641150+JASIM0021@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:48:46 +0530 Subject: [PATCH] Update react-native-mlkit-ocr.podspec --- react-native-mlkit-ocr.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-mlkit-ocr.podspec b/react-native-mlkit-ocr.podspec index eaac660..b878edf 100644 --- a/react-native-mlkit-ocr.podspec +++ b/react-native-mlkit-ocr.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm}" - s.dependency "GoogleMLKit/TextRecognition", "2.6.0" + s.dependency "GoogleMLKit/TextRecognition", "3.2.0" if ENV['RCT_NEW_ARCH_ENABLED'] == '1' folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'