fix: Set min iOS version to 12.4

This commit is contained in:
Marc Rousavy
2023-04-24 22:32:20 +02:00
parent 38749fb613
commit bb7ab30a0e
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]
s.platforms = { :ios => "11.0" }
s.platforms = { :ios => "12.4" }
s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" }
s.pod_target_xcconfig = {