From ad23cd8c6e14e58a67c8d57c19230201c6c49eba Mon Sep 17 00:00:00 2001 From: sbhjt-gr Date: Mon, 30 Jun 2025 02:52:08 +0530 Subject: [PATCH] chore: update minimum ios version required for googlemlkit --- text-recognition/RNMLKitTextRecognition.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-recognition/RNMLKitTextRecognition.podspec b/text-recognition/RNMLKitTextRecognition.podspec index 33644f3..421bcfc 100644 --- a/text-recognition/RNMLKitTextRecognition.podspec +++ b/text-recognition/RNMLKitTextRecognition.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| # optional - use expanded license entry instead: # s.license = { :type => "MIT", :file => "LICENSE" } s.authors = { "Ahmed Mahmoud" => "a7med.mahmoud2004@gmail.com" } - s.platforms = { :ios => "9.0" } + s.platforms = { :ios => "15.5" } s.source = { :git => "https://github.com/a7med-mahmoud/react-native-ml-kit.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,c,cc,cpp,m,mm,swift}"