-
Notifications
You must be signed in to change notification settings - Fork 4
/
Podfile
37 lines (31 loc) · 857 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'WeatherRxSwift' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for WeatherRxSwift
pod 'RxSwift', '~> 5'
pod 'RxCocoa', '~> 5'
pod 'SwiftLint'
pod 'SwiftGen', '~> 6.0'
pod 'PKHUD', '~> 5.0'
pod 'SwiftRichString'
pod 'SwiftFormat/CLI'
pod 'SwiftLint'
pod 'Kingfisher', '~> 5.13.0'
pod 'SkyFloatingLabelTextField', '~> 3.8'
pod 'lottie-ios', '~> 3.1.5'
pod 'Pecker'
target 'WeatherRxSwiftTests' do
inherit! :search_paths
# Pods for testing
pod 'Quick', '~> 2.2.0'
pod 'Nimble', '~> 8'
pod 'Cuckoo', '~> 1.3.2'
pod 'RxBlocking', '~> 5.0'
pod 'RxTest', '~> 5.0'
end
target 'WeatherRxSwiftUITests' do
# Pods for testing
end
end