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:
Ladan Nasserian
2017-09-02 13:28:50 -07:00
committed by GitHub
parent b7b17a9e14
commit eab2e0446e
8 changed files with 57 additions and 60 deletions

View File

@@ -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