Skip to content

Commit

Permalink
Fix Podpsec
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Mar 25, 2021
1 parent a943b53 commit 17991b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WatermelonDB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "9.0", :tvos => "9.0" }
s.source = { :git => "https://github.com/Nozbe/WatermelonDB.git", :tag => "v#{s.version}" }
s.source_files = "native/ios/**/*.{h,m,mm,swift,c,cpp}", "native/shared/*.{h,c,cpp}"
s.public_header_files = '**/Bridging.h'
s.public_header_files = 'native/ios/WatermelonDB/SupportingFiles/Bridging.h'
s.requires_arc = true
s.dependency "React"
s.dependency "React-jsi"
Expand Down
2 changes: 1 addition & 1 deletion native/iosTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ SPEC CHECKSUMS:
React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
WatermelonDB: 11341718091a3231d05270b213221acf7ceaee73
WatermelonDB: 5acc241643703e108ca73e0325216ad82fdc3965
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6

PODFILE CHECKSUM: 60537ef06b1f3805dc6a6cfd000778feddff8ac8
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/iosTest/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17991b4

Please sign in to comment.