update podspec
Showing
... | ... | @@ -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 |
Please register or sign in to comment