Skip to content

Commit 985a975

Browse files
authored
Add OpenCV dependency for iOS (#47)
## Description Pod: https://github.com/software-mansion-labs/opencv-rne <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [x] iOS - [ ] Android ### Checklist - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [x] My changes generate no new warnings
1 parent e96d46f commit 985a975

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-native-executorch.podspec

+2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ Pod::Spec.new do |s|
1616
s.ios.vendored_frameworks = "ios/ExecutorchLib.xcframework"
1717
s.source_files = "ios/**/*.{h,m,mm}"
1818

19+
s.dependency "opencv-rne", "~> 0.1.0"
20+
1921
install_modules_dependencies(s)
2022
end

0 commit comments

Comments
 (0)