-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
41 lines (33 loc) · 1.07 KB
/
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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'RPAN' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire', '5.2.1'
pod 'PromiseKit', '6.13.1'
pod 'SwiftDate', '6.1.0'
pod 'KeychainSwift', '19.0.0'
pod 'RxSwift', '5.1.1'
pod 'RxCocoa', '5.1.1'
pod 'Kingfisher', '5.14.1'
pod 'TinyConstraints', '4.0.1'
pod 'NVActivityIndicatorView', '5.0.0'
pod 'Device', '3.2.1'
pod 'SwiftMessages', '7.0.1'
pod 'Disk', '0.6.4'
pod 'reddift', git: 'https://github.com/erikvillegas/reddift', branch: 'master'
pod 'LNParallaxTVCell'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift'
pod 'Firebase/Messaging'
pod 'Firebase/Crashlytics'
pod 'SwipeCellKit', '2.5.2'
pod 'Mixpanel-swift'
#pod 'SVProgressHUD', git: 'https://github.com/Sipeso/SVProgressHUD', branch: 'master'
end
target 'RPANNotifications' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Firebase/Messaging'
end