Podfile 408 B

1234567891011121314
  1. target 'tvOSSample' do
  2. platform :tvos, '11.0'
  3. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  4. use_frameworks!
  5. # Pods for tvOSSample
  6. pod 'FirebaseCore', :path => '../../'
  7. pod 'FirebaseCoreDiagnostics', :path => '../../'
  8. pod 'FirebaseAuth', :path => '../../'
  9. pod 'FirebaseDatabase', :path => '../../'
  10. pod 'FirebaseStorage', :path => '../../'
  11. end