-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
39 lines (32 loc) · 896 Bytes
/
Podfile
File metadata and controls
39 lines (32 loc) · 896 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
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 'SSGP' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for SSGP
#Networking
pod 'KeychainSwift', '~> 19.0'
pod 'Moya/RxSwift', '~> 15.0'
#Rx
pod 'RxSwift', '~> 6.2.0'
pod 'RxCocoa', '~> 6.2.0'
pod 'RxDataSources', '~> 5.0.0'
pod 'RxGesture', '~> 4.0.0'
pod 'RxKeyboard', '~> 2.0.0'
pod 'RxViewController', '~> 2.0.0'
#UI
pod 'SnapKit', '~> 5.0.0'
pod 'FloatingPanel', '~> 2.4.0'
pod 'Tabman', '~> 2.11'
pod 'Nuke', '~> 9.5.0'
pod 'lottie-ios', '~> 3.2.3'
pod 'DropDown', '~> 2.3.13'
pod 'TextFieldEffects', '~> 1.6.0'
pod 'Loaf', '~> 0.7.0'
#ect
pod 'SwiftLint', '~> 0.43.0'
pod 'R.swift', '~> 5.4.0'
pod 'Then', '~> 2.7.0'
pod 'KeychainSwift', '~> 19.0'
pod 'Firebase/Messaging'
end