aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/tvOSSample/Podfile
blob: 1e79a07d1d2bcb624e0e9982e409d8e4b284bb49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'tvOSSample' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for tvOSSample
  pod 'FirebaseCore', :path => '../../'
  pod 'FirebaseAuth', :path => '../../'
  pod 'FirebaseDatabase', :path => '../../'
  pod 'FirebaseStorage', :path => '../../'

end