Skip to content

Commit

Permalink
bump min ios version
Browse files Browse the repository at this point in the history
  • Loading branch information
luicfrr committed Apr 19, 2024
1 parent fc1bf5d commit 085e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisionCameraFaceDetector.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 085e83e

Please sign in to comment.