mirror of
https://github.com/caoer/analytics-ios-integration-firebase.git
synced 2026-05-27 22:14:21 +08:00
Update dependencies(#7)
* Bumps Firebase to latest 4.0+, we were a major behind. * Fix build error, rm Podfile.lock, rm appIndexing(deprecated) * Update .travis.yml
This commit is contained in:
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
|
||||
s.default_subspec = 'Core'
|
||||
|
||||
s.dependency 'Analytics', '~> 3.2'
|
||||
s.dependency 'Firebase/Core', '~> 3.3.0'
|
||||
s.dependency 'Firebase/Core', '~> 4.0'
|
||||
|
||||
s.subspec 'Core' do |core|
|
||||
#For users who only want the core Firebase package
|
||||
@@ -31,11 +31,6 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.subspec 'DynamicLinks' do |dynamiclinks|
|
||||
# This will bundle in Firebase Dynamic Link support
|
||||
dynamiclinks.dependency 'Firebase/DynamicLinks', '~> 3.3.0'
|
||||
dynamiclinks.dependency 'Firebase/DynamicLinks', '~> 4.0'
|
||||
end
|
||||
|
||||
s.subspec 'AppIndexing' do |appindexing|
|
||||
# This will bundle in Firebase App Indexing support
|
||||
appindexing.dependency 'Firebase/AppIndexing', '~> 3.3.0'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user