aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-07-06 09:37:23 -0700
committerGravatar GitHub <noreply@github.com>2018-07-06 09:37:23 -0700
commit98b6eef71eac368692ae249f056a75d89ed0350d (patch)
tree0a4a16612d7bbb5eeba981b40564db3c2fc66833 /Functions
parenta3f792f3f093e913be5823cb4df9dfeac7612a52 (diff)
Split GoogleUtilities from FirebaseCore (#1370)
Diffstat (limited to 'Functions')
-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