mirror of
https://github.com/caoer/analytics-ios-integration-firebase.git
synced 2026-01-13 08:49:38 +08:00
* Bumps Firebase to latest 4.0+, we were a major behind. * Fix build error, rm Podfile.lock, rm appIndexing(deprecated) * Update .travis.yml
12 lines
211 B
Ruby
12 lines
211 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
|