Travis fix

This commit is contained in:
Arnaud Dorgans
2018-04-07 16:35:47 +02:00
parent ce4cb7a86c
commit f1f1301975
3 changed files with 27 additions and 15 deletions

View File

@@ -4,6 +4,11 @@ use_frameworks!
target 'RxFirebase_Example' do
pod 'RxFirebase/Firestore', :path => './'
pod 'RxFirebase/RemoteConfig', :path => './'
pod 'RxSwift', '~> 4'
pod 'RxCocoa', '~> 4'
pod 'FirebaseCore', '~> 4'
pod 'FirebaseFirestore', '~> 0'
pod 'FirebaseRemoteConfig', '~> 2'
target 'RxFirebase_Tests' do
inherit! :search_paths