-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
36 lines (31 loc) · 961 Bytes
/
Podfile
File metadata and controls
36 lines (31 loc) · 961 Bytes
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
# Uncomment the next line to define a global platform for your project
platform :ios, '13.2'
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
target 'SpotUp' do
# https://guides.cocoapods.org/using/the-podfile.html
# Firebase Auth
pod 'Firebase/Analytics', '>= 6.14.0'
pod 'Firebase/Auth', '>= 6.13.0'
# Firebase Firestore
pod 'Firebase/Core', '>= 6.13.0'
pod 'Firebase/Firestore', '>= 6.13.0'
# Firebase Storage
pod 'Firebase/Storage', '>= 3.4.3'
# Optionally, include the Swift extensions if you're using Swift.
pod 'FirebaseFirestoreSwift', '>= 0.2'
# Google Maps
pod 'GoogleMaps', '>= 3.7.0'
pod 'GooglePlaces', '>= 3.7.0'
# algolia search
# pod 'InstantSearchClient', '>= 7.0'
# SDWebImageSwiftUI
pod 'SDWebImageSwiftUI'
# target 'SpotUpTests' do
# inherit! :search_paths
# # Pods for testing
# end
# target 'SpotUpUITests' do
# # Pods for testing
# end
end