Project update

This commit is contained in:
Arnaud Dorgans
2018-04-07 15:56:31 +02:00
parent 866b9a360c
commit c03c850c3a
26 changed files with 176 additions and 40 deletions

13
Podfile Normal file
View File

@@ -0,0 +1,13 @@
use_frameworks!
target 'RxFirebase_Example' do
pod 'RxFirebase/Firestore', :path => './'
pod 'RxFirebase/RemoteConfig', :path => './'
target 'RxFirebase_Tests' do
inherit! :search_paths
end
end