Files
analytics-ios-integration-f…/Example/Podfile
2016-08-02 13:51:33 -07:00

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