From 93d2a6cccbb64558ca0354c55adfb060d01a010c Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Sun, 1 Sep 2019 20:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E7=9A=84SSZipArchive=E4=BB=A5=E9=81=BF=E5=85=8D=E9=87=8D?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-native-update.podspec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/react-native-update.podspec b/react-native-update.podspec index dba8c02..af82212 100644 --- a/react-native-update.podspec +++ b/react-native-update.podspec @@ -18,17 +18,13 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '"$(SRCROOT)/../node_modules/react-native-update/ios"' } s.dependency 'React' + s.dependency 'SSZipArchive' s.subspec 'RCTHotUpdate' do |ss| ss.source_files = 'ios/RCTHotUpdate/*.{h,m}' ss.public_header_files = ['ios/RCTHotUpdate/RCTHotUpdate.h'] end - s.subspec 'SSZipArchive' do |ss| - ss.source_files = 'ios/RCTHotUpdate/SSZipArchive/**/*.{h,m,c}' - ss.private_header_files = 'ios/RCTHotUpdate/SSZipArchive/**/*.h' - end - s.subspec 'BSDiff' do |ss| ss.source_files = 'ios/RCTHotUpdate/BSDiff/**/*.{h,m,c}' ss.private_header_files = 'ios/RCTHotUpdate/BSDiff/**/*.h'