Podfile 639 B

123456789101112131415161718
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'tvOSSample' do
  4. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for tvOSSample
  7. pod 'FirebaseCore', :path => '../../'
  8. pod 'FirebaseCoreDiagnostics', :path => '../../'
  9. pod 'FirebaseCoreDiagnosticsInterop', :path => '../../'
  10. pod 'FirebaseAuth', :path => '../../'
  11. pod 'FirebaseDatabase', :path => '../../'
  12. pod 'FirebaseStorage', :path => '../../'
  13. pod 'GoogleDataTransport', :path => '../../'
  14. pod 'GoogleDataTransportCCTSupport', :path => '../../'
  15. end