1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 08:51:40 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Add hdiffpatch subspec

This commit is contained in:
sunnylqm
2021-04-09 19:37:56 +08:00
parent 4226865970
commit 50d98a941c
3 changed files with 12 additions and 2 deletions

View File

@@ -32,4 +32,9 @@ Pod::Spec.new do |s|
ss.source_files = 'ios/RCTPushy/BSDiff/**/*.{h,m,c}'
ss.private_header_files = 'ios/RCTPushy/BSDiff/**/*.h'
end
s.subspec 'HDiffPatch' do |ss|
ss.source_files = 'ios/RCTPushy/HDiffPatch/**/*.{h,m,c}'
ss.private_header_files = 'ios/RCTPushy/HDiffPatch/**/*.h'
end
end