aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Example/Podfile')
-rw-r--r--Functions/Example/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Example/Podfile b/Functions/Example/Podfile
index ea07e11..6761062 100644
--- a/Functions/Example/Podfile
+++ b/Functions/Example/Podfile
@@ -4,6 +4,7 @@ target 'FirebaseFunctions_Example' do
platform :ios, '8.0'
pod 'FirebaseCore', :path => '../../'
+ pod 'GoogleUtilities', :path => '../../'
pod 'FirebaseFunctions', :path => '../../'
target 'FirebaseFunctions_Tests' do