aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/Podfile
diff options
context:
space:
mode:
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