update config

This commit is contained in:
Marc Rousavy 2021-02-19 21:18:31 +01:00
parent 36dbdfd570
commit 1ca4130d50
2 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "11.0" } s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" } s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,swift}" s.source_files = "ios/**/*.{h,m,mm,swift}"
s.dependency "React-Core" s.dependency "React-Core"
end end

View File

@ -22,7 +22,8 @@
"resolveJsonModule": true, "resolveJsonModule": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": true, "strict": true,
"target": "esnext" "target": "esnext",
"outDir": "lib"
}, },
"exclude": [ "exclude": [
"node_modules", "node_modules",