mirror of
https://github.com/zhigang1992/RxFirebase-1.git
synced 2026-01-12 17:52:23 +08:00
18 lines
403 B
Ruby
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
|
|
|