Commit 5257154b authored by 冷佳娟's avatar 冷佳娟 💪

update podspec

parent 8ef5e0d2
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment