| 1234567891011121314151617181920 |
- use_frameworks!
- source 'https://github.com/firebase/SpecsStaging.git'
- source 'https://cdn.cocoapods.org/'
- pod 'FirebaseAnalytics'
- pod 'FirebaseCore', :path => '../../../..'
- pod 'FirebaseInstallations', :path => '../../../..'
- pod 'FirebaseCoreDiagnostics', :path => '../../../..'
- pod 'GoogleDataTransport', :path => '../../../..'
- pod 'GoogleUtilities', :path => '../../../..'
- pod 'FirebaseABTesting', :path => '../../../..'
- target 'InAppMessaging_Example_iOS' do
- platform :ios, '9.0'
- pod 'FirebaseInAppMessaging', :path => '../../../..'
- pod 'FirebaseDynamicLinks', :path => '../../../..'
- end
|