diff options
Diffstat (limited to 'Example/tvOSSample/Podfile')
-rw-r--r-- | Example/tvOSSample/Podfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Example/tvOSSample/Podfile b/Example/tvOSSample/Podfile new file mode 100644 index 0000000..1e79a07 --- /dev/null +++ b/Example/tvOSSample/Podfile @@ -0,0 +1,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 |