Podfile 294 B

12345678910111213
  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, '13.0'
  7. pod 'FirebaseCore', :path => '../../'
  8. pod 'FirebaseAuth', :path => '../../'
  9. end