-
Notifications
You must be signed in to change notification settings - Fork 10
/
Podfile
44 lines (36 loc) · 1.02 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
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
# source 'https://github.com/CocoaPods/Specs.git'
target 'Shlist' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'RxDataSources', '~> 5.0'
pod 'RxSwift', '~> 6.0'
pod 'RxCocoa', '~> 6.0'
pod 'RxBiBinding', '~> 0.3.5'
pod 'Action', '~> 4.3.0'
pod 'Reusable'
pod 'Closures'
pod 'RxGesture', '~> 4.0'
pod 'NSObject+Rx', '~> 5.2.0'
pod 'RxKeyboard', '~> 2.0'
pod 'Kanna', '~> 5.2.2'
pod 'Overture', '~> 0.5'
pod 'RxTheme', '~> 5.0'
pod 'Storez/UserDefaults'
pod 'RxSwiftExt', '~> 6.0.0'
pod 'ResilientDecoding', '~> 0.9'
pod 'ObjectMapper', '~> 3.5'
pod 'DataCompression'
pod 'SwiftIcons', '~> 3.0'
pod 'Codextended'
pod 'lottie-ios'
pod 'PanModal'
pod 'MarkdownView'
pod 'SwiftEntryKit', '1.2.7'
end
target 'ShlistTests' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Overture', '~> 0.5'
end