-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
39 lines (34 loc) · 873 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Mixo' do
use_frameworks!
pod 'Moya', '~> 13.0'
pod 'Kingfisher', '~> 5.5'
pod 'UIImageColors'
pod 'AudioIndicatorBars', '~> 0.0.2'
pod 'FontAwesome.swift'
pod 'StatusAlert', '~> 1.1.1'
pod 'SwipeCellKit'
pod 'SwiftMessages'
pod 'MBProgressHUD', '~> 1.2.0'
pod 'RLBAlertsPickers', '~> 1.1.1'
pod 'SwiftReorder', '~> 7.2'
pod "SkeletonView"
pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift'
pod 'CodableFirebase'
pod 'KeychainSwift', '= 18.0'
pod 'Onboard'
pod 'FBSDKCoreKit/Swift'
pod 'FBSDKLoginKit/Swift'
pod 'FBSDKShareKit/Swift'
pod "SwiftRater"
target 'MixoTests' do
inherit! :search_paths
end
target 'MixoUITests' do
inherit! :search_paths
end
end