diff --git a/react-native-notifications.podspec b/react-native-notifications.podspec index 7fd06bc5a39aa2168fd18038a256466c040b44e2..d4c2023664909e53684c5a14e81c1d334100b03a 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