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