Skip to content

Commit c771672

Browse files
committed
support static linking
1 parent 2978454 commit c771672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-update.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Pod::Spec.new do |s|
7676

7777
s.subspec 'RCTPushy' do |ss|
7878
ss.source_files = 'ios/RCTPushy/*.{h,m,mm,swift}'
79-
ss.public_header_files = ['ios/RCTPushy/RCTPushy.h']
79+
ss.public_header_files = ['ios/RCTPushy/*.h']
8080
end
8181

8282
s.subspec 'HDiffPatch' do |ss|

0 commit comments

Comments
 (0)