From 98b6eef71eac368692ae249f056a75d89ed0350d Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 6 Jul 2018 09:37:23 -0700 Subject: Split GoogleUtilities from FirebaseCore (#1370) --- Functions/Example/Podfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions') 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 -- cgit v1.2.3