From bcb2112ffd820cd6a2325f4c1e1cf12c8a5a2b9b Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Mon, 9 Mar 2020 16:22:05 +0100 Subject: [PATCH] set correct pod for firebase --- Podfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Podfile b/Podfile index 91a06381a..01de7a255 100644 --- a/Podfile +++ b/Podfile @@ -25,11 +25,7 @@ end def crashlythics if not ENV['USE_CRASHLYTHICS'].nil? - # activate crashlythics - pod 'Firebase/Core' - pod 'Fabric', '~> 1.9.0' - pod 'Crashlytics', '~> 3.12.0' - pod 'Firebase/Performance' + pod 'Firebase/Analytics' end end