| 123456789101112131415161718192021222324252627282930313233 |
- #use_frameworks!
- use_frameworks! :linkage => :static
- source 'https://github.com/firebase/SpecsStaging.git'
- source 'https://cdn.cocoapods.org/'
- target 'Sample' do
- platform :ios, '13.0'
- pod 'FirebaseCore', :path => '../../../'
- pod 'GoogleUtilities', :path => '../../../'
- pod 'FirebaseMessaging', :path => '../../../'
- pod 'FirebaseInstanceID', :path => '../../../'
- pod 'FirebaseCoreDiagnostics', :path => '../../../'
- pod 'GoogleDataTransport', :path => '../../../'
- pod 'FirebaseInstallations', :path => '../../../'
- end
- target 'MyAppClip' do
- platform :ios, '13.0'
- pod 'FirebaseCore', :path => '../../../'
- pod 'GoogleUtilities', :path => '../../../'
- pod 'FirebaseMessaging', :path => '../../../'
- pod 'FirebaseInstanceID', :path => '../../../'
- pod 'FirebaseCoreDiagnostics', :path => '../../../'
- pod 'GoogleDataTransport', :path => '../../../'
- pod 'FirebaseInstallations', :path => '../../../'
- end
|