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

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

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

  target 'FirebaseFunctions_Tests' do
    inherit! :search_paths
  end

  target 'FirebaseFunctions_IntegrationTests' do
    inherit! :search_paths
  end
end