From 085e83ec5043ff22f95f07e4f6ef7c8c9ee3957d Mon Sep 17 00:00:00 2001 From: Luiz Carlos Date: Fri, 19 Apr 2024 16:39:43 -0300 Subject: [PATCH] bump min ios version --- VisionCameraFaceDetector.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisionCameraFaceDetector.podspec b/VisionCameraFaceDetector.podspec index 8eb02ed..7fb179b 100644 --- a/VisionCameraFaceDetector.podspec +++ b/VisionCameraFaceDetector.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = package["license"] s.authors = package["author"] - s.platforms = { :ios => "13.4" } + s.platforms = { :ios => "14" } s.source = { :git => "https://github.com/nonam4/react-native-vision-camera-face-detector.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm,swift}"