Files
RxFirebase-1/Podfile
Arnaud Dorgans c3a3102c2a auth
2018-08-29 12:46:20 +02:00

17 lines
359 B
Ruby

platform :ios, '8.0'
use_frameworks!
target 'RxFirebase_Example' do
pod 'RxFirebase/Firestore', :path => './'
pod 'RxFirebase/RemoteConfig', :path => './'
pod 'RxFirebase/Database', :path => './'
pod 'RxFirebase/Storage', :path => './'
pod 'RxFirebase/Auth', :path => './'
target 'RxFirebase_Tests' do
inherit! :search_paths
end
end