aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-03-20 11:59:03 -0700
committerGravatar GitHub <noreply@github.com>2018-03-20 11:59:03 -0700
commitb7f35a0b76bb2afd682b806d2b25568611612557 (patch)
treedeb4577d3e54c3fafa2a065605faef228a186c1b /Functions/Example/Podfile
parent7e65885762757209e0e14ec28e99ec91380e9c2f (diff)
Initial Firebase Functions (#948)
Diffstat (limited to 'Functions/Example/Podfile')
-rw-r--r--Functions/Example/Podfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Functions/Example/Podfile b/Functions/Example/Podfile
new file mode 100644
index 0000000..ea07e11
--- /dev/null
+++ b/Functions/Example/Podfile
@@ -0,0 +1,16 @@
+use_frameworks!
+
+target 'FirebaseFunctions_Example' do
+ platform :ios, '8.0'
+
+ pod 'FirebaseCore', :path => '../../'
+ pod 'FirebaseFunctions', :path => '../../'
+
+ target 'FirebaseFunctions_Tests' do
+ inherit! :search_paths
+ end
+
+ target 'FirebaseFunctions_IntegrationTests' do
+ inherit! :search_paths
+ end
+end