Files
RxFirebase-1/Podfile
Arnaud Dorgans 36db0d683e add httpscallable
2018-10-19 12:15:52 +02:00

18 lines
403 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 => './'
pod 'RxFirebase/Functions', :path => './'
target 'RxFirebase_Tests' do
inherit! :search_paths
end
end