Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix CocoaPods umbrella dependency #209

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion VisionCamera.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ Pod::Spec.new do |s|
]

s.dependency "React-callinvoker"
s.dependency "React"
s.dependency "React-Core"
end
5 changes: 2 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@ PODS:
- React
- RNVectorIcons (8.1.0):
- React-Core
- VisionCamera (2.3.0):
- React
- VisionCamera (2.4.1):
- React-callinvoker
- React-Core
- Yoga (1.14.0)
Expand Down Expand Up @@ -490,7 +489,7 @@ SPEC CHECKSUMS:
RNReanimated: 9c13c86454bfd54dab7505c1a054470bfecd2563
RNStaticSafeAreaInsets: 6103cf09647fa427186d30f67b0f5163c1ae8252
RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4
VisionCamera: aa5a3c3fd9f32a3d9836872b4aea04b600dddd75
VisionCamera: 5f37702107f735b763f08207932027cbfdae8a74
Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac

PODFILE CHECKSUM: 4b093c1d474775c2eac3268011e4b0b80929d3a2
Expand Down