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 => './'
  pod 'RxFirebase/Functions', :path => './'

  target 'RxFirebase_Tests' do
    inherit! :search_paths
    
  end
end

