mirror of
https://github.com/caoer/RxFirebase.git
synced 2026-06-12 09:18:02 +08:00
14 lines
209 B
Ruby
14 lines
209 B
Ruby
use_frameworks!
|
|
|
|
target 'RxFirebase_Example' do
|
|
pod 'RxFirebase/Firestore', :path => '../'
|
|
pod 'RxFirebase/Core', :path => '../'
|
|
|
|
target 'RxFirebase_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|
|
|