-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
51 lines (42 loc) · 1.09 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
42
43
44
45
46
47
48
49
50
# Uncomment the next line to define a global platform for your project
# platform :ios, '12.0'
def pods
# Rx
pod 'RxSwift', '~> 6.2.0'
pod 'RxCocoa', '~> 6.2.0'
pod 'RxViewController', '~> 2.0.0'
pod 'RxDataSources', '~> 5.0.0'
pod 'RxGesture', '~> 4.0.3'
pod 'RxKeyboard', '~> 2.0.0'
# Rx Framework
pod 'ReactorKit', '~> 3.1.0'
pod 'RxFlow', '~> 2.12.4'
# Utils
pod 'Then', '~> 2.7.0'
pod 'SnapKit', '~> 5.0.1'
pod 'Swinject', '~> 2.7'
pod 'SwinjectAutoregistration', '~> 2.7'
pod 'FlexibleSteppedProgressBar', '~> 0.7.2'
pod 'M13Checkbox', '~> 3.4.0'
pod 'PinLayout', '~> 1.10.0'
pod 'FlexLayout', '~> 1.3.23'
pod 'SwiftDate', '~> 6.3.1'
pod 'IQKeyboardManagerSwift', '~> 6.5.9'
pod 'Tabman', '~> 2.11.1'
pod 'ViewAnimator', '~> 3.1.0'
pod 'PanModal', '~> 1.2.7'
pod 'Kingfisher', '~> 7.2.0'
pod 'BTImageView', '~> 1.1.5'
# Network
pod 'Moya/RxSwift', '~> 15.0.0'
pod 'Firebase/Core', '~> 8.12.0'
pod 'Firebase/Messaging', '~> 8.12.0'
end
use_frameworks!
target 'MOIZA' do
project 'MOIZA'
pods
end
target 'MOIZATest' do
pods
end