From 5257154b1027cc9f98e09de1375a30f17e4067db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B2=9D=E6=96=AF=E9=84=A7=E4=B8=8D=E5=88=A9=E5=A4=9A?= Date: Thu, 26 Dec 2019 19:31:53 +0800 Subject: [PATCH] update podspec --- react-native-notifications.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react-native-notifications.podspec b/react-native-notifications.podspec index 7fd06bc..d4c2023 100644 --- a/react-native-notifications.podspec +++ b/react-native-notifications.podspec @@ -10,13 +10,13 @@ Pod::Spec.new do |s| s.license = package['license'] s.author = package['author'] s.homepage = package['homepage'] - s.source = { :git => 'https://github.com/wix/react-native-notifications', :tag => s.version } + s.source = { :git => 'https://cm.ylhealth.org/gitlab/20170121/react-native-notifications', :tag => s.version } s.requires_arc = true s.platform = :ios, '8.0' - s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'notification.ios.js', 'notification.android.js', 'index.android.js', 'index.ios.js' - s.source_files = 'RNNotifications/*.{h,m}' + s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'lib/dist/index.js' + s.source_files = 'lib/ios/*.{h,m}' s.dependency 'React' end -- 2.26.2