Skip to content

Commit 44e188f

Browse files
chore: opencv ependency update
1 parent 94b0e5f commit 44e188f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- boost (1.83.0)
33
- DoubleConversion (1.1.6)
4-
- FastOpenCV-iOS (1.0.1)
4+
- FastOpenCV-iOS (1.0.4)
55
- FBLazyVector (0.74.4)
66
- fmt (9.1.0)
77
- glog (0.3.5)
@@ -938,7 +938,7 @@ PODS:
938938
- React-debug
939939
- react-native-fast-opencv (0.2.13):
940940
- DoubleConversion
941-
- FastOpenCV-iOS (= 1.0.1)
941+
- FastOpenCV-iOS (= 1.0.4)
942942
- glog
943943
- hermes-engine
944944
- RCT-Folly (= 2024.01.01.00)
@@ -1565,7 +1565,7 @@ EXTERNAL SOURCES:
15651565
SPEC CHECKSUMS:
15661566
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
15671567
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
1568-
FastOpenCV-iOS: e111f83571f1f320bb7efb6f2443894dac472338
1568+
FastOpenCV-iOS: 2057f306db3ad068577e6fca38411f1b1920d71e
15691569
FBLazyVector: 4c674c2d53de79c145d6a723910543d7b57ed74c
15701570
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
15711571
glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f
@@ -1594,7 +1594,7 @@ SPEC CHECKSUMS:
15941594
React-jsitracing: 4e9c99e73a6269b27b0d4cbab277dd90df3e5ac0
15951595
React-logger: fbfb50e2a2b1b46ee087f0a52739fadecc5e81a4
15961596
React-Mapbuffer: d39610dff659d8cf1fea485abae08bbf6f9c8279
1597-
react-native-fast-opencv: 4d99778805f515fb1f201256aee1a801a50aa0e5
1597+
react-native-fast-opencv: 42e907a906c94bd081a62de430ce3938865af7e9
15981598
react-native-image-picker: c3afe5472ef870d98a4b28415fc0b928161ee5f7
15991599
react-native-safe-area-context: 851c62c48dce80ccaa5637b6aa5991a1bc36eca9
16001600
react-native-skia: 8da84ea9410504bf27f0db229539a43f6caabb6a

react-native-fast-opencv.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616

1717
s.source_files = "ios/**/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}"
1818

19-
s.dependency 'FastOpenCV-iOS', '1.0.1'
19+
s.dependency 'FastOpenCV-iOS', '1.0.4'
2020

2121
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2222
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)