mirror of
https://github.com/caoer/RxFirebase.git
synced 2026-06-11 08:49:04 +08:00
14 lines
217 B
Ruby
14 lines
217 B
Ruby
use_frameworks!
|
|
|
|
target 'RxFirebase_Example' do
|
|
pod 'RxFirebase/Firestore', :path => '../'
|
|
pod 'RxFirebase/RemoteConfig', :path => '../'
|
|
|
|
target 'RxFirebase_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|
|
|