-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
31 lines (25 loc) · 683 Bytes
/
Podfile
File metadata and controls
31 lines (25 loc) · 683 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
platform :ios, '12.0'
target 'TheLight2' do
use_frameworks!
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'Firebase/Core'
pod 'Parse', '<1.17.3'
pod 'Firebase'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
#pod 'Firebase/Firestore'
pod 'FirebaseInstanceID'
pod 'FirebaseAnalytics'
pod 'Firebase/Performance'
pod 'Fabric'
pod 'Crashlytics'
pod 'FirebaseUI/Facebook'
pod 'FirebaseUI/Google'
#pod 'FirebaseUI/Twitter'
#pod 'FirebaseUI/Phone'
pod 'SwiftKeychainWrapper'
pod 'YouTubePlayer'
pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
end