aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/tvOSSample/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-01-03 12:12:22 -0800
committerGravatar GitHub <noreply@github.com>2018-01-03 12:12:22 -0800
commitf08b5044d64197a3227017ad44235a2bd7421691 (patch)
tree0ea97726a39d1746acf260f42ef35c18f363f4e2 /Example/tvOSSample/Podfile
parent9179dd86bfa507ede505c788a513e3824ad01856 (diff)
Add Community Supported tvOS (#590)
Add Community Supported tvOS for Core, Auth, Database and Storage. Add tvOS unit tests Add tvOS sample app Update README.md Add tvOS to travis testing
Diffstat (limited to 'Example/tvOSSample/Podfile')
-rw-r--r--Example/tvOSSample/Podfile14
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