bump to iOS 11.0

This commit is contained in:
Marc Rousavy
2021-02-19 16:59:39 +01:00
parent bd9bae9c85
commit 65a9cbfb73
6 changed files with 16 additions and 12 deletions

View File

@@ -10,12 +10,12 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]
s.platforms = { :ios => "10.0" }
s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.dependency "React-Core"
end