mirror of
https://github.com/caoer/analytics-ios-integration-firebase.git
synced 2026-01-12 22:44:00 +08:00
13 lines
212 B
Ruby
13 lines
212 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
|