| 12345678910111213141516 |
- source 'https://github.com/firebase/SpecsDev.git'
- source 'https://github.com/firebase/SpecsStaging.git'
- source 'https://cdn.cocoapods.org/'
- use_frameworks!
- pod 'FirebaseCore', :path => '../../../../..'
- pod 'FirebaseInstallations', :path => '../../../../..'
- pod 'FirebaseCoreDiagnostics', :path => '../../../../..'
- pod 'FirebaseABTesting', :path => '../../../../..'
- pod 'FirebaseInAppMessaging', :path => '../../../../..'
- target 'FIAMSwiftUI (iOS)' do
- platform :ios, '13.0'
- pod 'FirebaseInAppMessagingSwift', :path => '../../../../..'
- end
|