forked from firebase/firebase-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
64 lines (54 loc) · 2.02 KB
/
Copy pathPodfile
File metadata and controls
64 lines (54 loc) · 2.02 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
platform :ios, '15.0'
source 'https://github.com/firebase/SpecsDev.git'
source 'https://github.com/firebase/SpecsStaging.git'
source 'https://cdn.cocoapods.org/'
target 'SymbolCollisionTest' do
use_frameworks!
# Firebase Pods
pod 'Firebase', :path => '../'
pod 'FirebaseABTesting', :path => '../'
pod 'FirebaseAppDistribution', :path => '../'
pod 'FirebaseAnalytics'
pod 'FirebaseAuth', :path => '../'
pod 'FirebaseCore', :path => '../'
pod 'FirebaseCoreExtension', :path => '../'
pod 'FirebaseCoreInternal', :path => '../'
pod 'FirebaseSessions', :path => '../'
pod 'FirebaseCrashlytics', :path => '../'
pod 'FirebaseDatabase', :path => '../'
pod 'FirebaseFirestore', :path => '../'
pod 'FirebaseFunctions', :path => '../'
pod 'FirebaseInAppMessaging', :path => '../'
pod 'FirebaseInstallations', :path => '../'
pod 'FirebaseMessaging', :path => '../'
pod 'FirebasePerformance', :path => '../'
pod 'FirebaseRemoteConfig', :path => '../'
pod 'FirebaseStorage', :path => '../'
# pod 'FirebaseUI'. - requires use_frameworks!
# Google Pods depending on a Firebase or GDT major version
# MLKit is incompatible with ARCore.
# duplicate symbol 'farmhashte::Fingerprint64WithSeeds. See #11003.
# pod 'GoogleMLKit'
# Other Google Pods
pod 'ARCore'
# pod 'GeoFire' -- requires Firebase/Database 4.0
# pod 'google-cast-sdk' -- abseil
pod 'Google-Mobile-Ads-SDK'
pod 'GoogleAnalytics'
pod 'GoogleMaps', '> 8'
# pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
pod 'GooglePlaces', '> 8'
pod 'GoogleSignIn', '> 6'
pod 'GTMAppAuth'
pod 'GoogleTagManager', '>= 7.4.6'
pod 'GoogleToolboxForMac'
pod 'GoogleUtilities'
# pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
pod 'GTMSessionFetcher'
# pod 'GVRSDK' -- absl and protobuf duplicates
pod 'leveldb-library'
pod 'nanopb'
# pod 'NearbyMessages' # - conflicts with google-cast-sdk
pod 'Protobuf'
# Non-Google Pods
end