Skip to content

Commit

Permalink
fix: Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jun 20, 2024
1 parent caf953f commit 7b9501f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ SPEC CHECKSUMS:
React-jsitracing: 0fa7f78d8fdda794667cb2e6f19c874c1cf31d7e
React-logger: 29fa3e048f5f67fe396bc08af7606426d9bd7b5d
React-Mapbuffer: bf56147c9775491e53122a94c423ac201417e326
react-native-nitro-modules: b2cadf900494204c5a5fd106c7e7a4c0fe288545
react-native-nitro-modules: 508dc0720fb51ca3cbf35f588a6d1ae74db79c9c
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ Pod::Spec.new do |s|
"cpp/**/*.{hpp,cpp}"
]
ss.public_header_files = [
"cpp/**/*.h"
"cpp/**/*.{h,hpp}"
]
end

s.subspec 'Swift-Bindings' do |ss|
# VisionCamera Swift bindings
ss.source_files = [
"ios/**/*.swift",
"ios/**/*.h",
"ios/**/*.modulemap",
]

Expand Down

0 comments on commit 7b9501f

Please sign in to comment.