-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
35 lines (29 loc) · 672 Bytes
/
Podfile
File metadata and controls
35 lines (29 loc) · 672 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
platform :ios, '14.0'
target 'TheLight2' do
use_frameworks!
# Parse
pod 'Parse', '<1.17.3'
# Firebase
pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'FirebaseFirestoreSwift'
pod 'FirebaseInstanceID'
pod 'Firebase/Analytics'
pod 'Firebase/Performance'
pod 'Firebase/Crashlytics'
# Facebook
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
# Google Sign In
pod 'GoogleSignIn'
#pod 'SwiftKeychainWrapper'
pod 'YoutubePlayerView'
pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
# Chat App
pod 'MessageKit'
pod 'JGProgressHUD'
pod 'RealmSwift'
end