From c555778bcfd77a9644f65c00b2b2cf516f4f08d1 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 15 May 2018 13:39:49 -0700 Subject: More macOS/static library prep (#1280) * Avoid direct use of generated umbrella headers These: * don't exist in static library builds * have different names in multi-platform builds * Only iOS targets depend upon Firebase/Core --- Firestore/Example/Podfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Firestore/Example/Podfile') diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile index 5adb6b7..3f85c09 100644 --- a/Firestore/Example/Podfile +++ b/Firestore/Example/Podfile @@ -2,17 +2,16 @@ #source 'sso://cpdc-internal/spec' #source 'https://github.com/CocoaPods/Specs.git' -# The next line is the forcing function for the Firebase pod. The Firebase -# version's subspecs should depend on the component versions in their -# corresponding podspec's. - -pod 'Firebase/Core', '5.0.0' - use_frameworks! target 'Firestore_Example_iOS' do platform :ios, '8.0' + # The next line is the forcing function for the Firebase pod. The Firebase + # version's subspecs should depend on the component versions in their + # corresponding podspec's. + pod 'Firebase/Core', '5.0.0' + pod 'FirebaseAuth', :path => '../../' pod 'FirebaseCore', :path => '../../' pod 'FirebaseFirestore', :path => '../../' -- cgit v1.2.3