-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
26 lines (23 loc) · 1.19 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Uncomment the next line to define a global platform for your project
# platform :ios, '14.0'
source 'https://github.com/firebase/SpecsDev.git'
source 'https://github.com/firebase/SpecsStaging.git'
source 'https://cdn.cocoapods.org/'
target 'FireRecipe' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'FirebaseAnalytics'
pod 'FirebaseAnalyticsSwift'
pod 'FirebaseAuth', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseCore', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseCoreInternal', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseInstallations', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseMessaging', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseRemoteConfig', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseRemoteConfigSwift', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseSharedSwift', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseStorage', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseFirestore', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseFirestoreSwift', :path => '../github/firebase-ios-sdk/'
pod 'FirebaseABTesting', :path => '../github/firebase-ios-sdk'
end