| 123456789101112131415161718 |
- use_frameworks!
- target 'FirebaseFunctions_Example' do
- platform :ios, '8.0'
- pod 'FirebaseAuthInterop', :path => '../../'
- pod 'FirebaseCore', :path => '../../'
- pod 'FirebaseFunctions', :path => '../../'
- pod 'GoogleUtilities', :path => '../../'
- target 'FirebaseFunctions_Tests' do
- inherit! :search_paths
- end
- target 'FirebaseFunctions_IntegrationTests' do
- inherit! :search_paths
- end
- end
|