update config
This commit is contained in:
parent
36dbdfd570
commit
1ca4130d50
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user