-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
42 lines (29 loc) · 893 Bytes
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'FindHouseForMe' do
# Comment the next line if you're not using Swift and don't want to usedynamicframeworks
use_frameworks!
# Pods for FindHouseForMe
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'FirebaseUI/Firestore', '~> 5.0'
pod 'FirebaseUI/Database', '~> 5.0'
pod 'FirebaseUI/Storage', '~> 5.0'
pod 'FirebaseUI/Auth', '~> 5.0'
pod 'FirebaseUI/Facebook', '~> 5.0'
pod 'GoogleSignIn'
pod 'FirebaseUI/Google', '~> 5.0'
pod 'FirebaseUI/Twitter', '~> 5.0'
pod 'FirebaseUI/Phone', '~> 5.0'
pod 'FBSDKCoreKit', '~> 4.10.0'
pod 'FBSDKLoginKit', '~> 4.10.0'
pod 'FBSDKShareKit', '~> 4.10.0'
pod 'SwiftyJSON', '~> 4.0'
pod 'SDWebImage'
pod 'SDWebImage/WebP'
pod 'Kingfisher', '~> 5.0'
pod 'lottie-ios'
pod 'DZNEmptyDataSet'
end