aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/Podfile
blob: 6761062ec7d5af59991841f10db4057e8dd98b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use_frameworks!

target 'FirebaseFunctions_Example' do
  platform :ios, '8.0'

  pod 'FirebaseCore', :path => '../../'
  pod 'GoogleUtilities', :path => '../../'
  pod 'FirebaseFunctions', :path => '../../'

  target 'FirebaseFunctions_Tests' do
    inherit! :search_paths
  end

  target 'FirebaseFunctions_IntegrationTests' do
    inherit! :search_paths
  end
end