mirror of
https://github.com/caoer/analytics-ios-integration-firebase.git
synced 2026-04-26 22:25:23 +08:00
13 lines
210 B
Ruby
13 lines
210 B
Ruby
|
|
target 'Segment-Firebase_Example' do
|
|
pod 'Segment-Firebase', :path => '../'
|
|
|
|
target 'Segment-Firebase_Tests' do
|
|
inherit! :search_paths
|
|
|
|
pod 'OCMockito'
|
|
pod 'Specta'
|
|
pod 'Expecta'
|
|
end
|
|
end
|