Podfile 408 B

123456789101112131415
  1. use_frameworks!
  2. source 'https://github.com/firebase/SpecsDev.git'
  3. source 'https://github.com/firebase/SpecsStaging.git'
  4. source 'https://cdn.cocoapods.org/'
  5. target 'SwiftUISample' do
  6. platform :ios, '15.0'
  7. pod 'FirebaseCore', :path => '../../../'
  8. pod 'FirebaseMessaging', :path => '../../../'
  9. pod 'FirebaseCoreInternal', :path => '../../../'
  10. pod 'FirebaseInstallations', :path => '../../../'
  11. end