Podfile 426 B

1234567891011121314
  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 'FirebaseAuth', :path => '../../'
  9. pod 'FirebaseDatabase', :path => '../../'
  10. pod 'FirebaseStorage', :path => '../../'
  11. end