-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPodfile
36 lines (30 loc) · 786 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'OpenJobs' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for OpenJobs
pod 'RxSwift', '~> 5.1.1'
pod 'RxCocoa', '~> 5.1.1'
pod 'Kingfisher', '~> 5.13.4'
pod 'SwiftLint'
pod 'Segmentio'
pod 'CocoaLumberjack/Swift'
pod 'NewPopMenu'
pod 'SwiftGen', '~> 6.0'
pod 'Pecker', '~> 0.4.0'
pod 'PKHUD', '~> 5.0'
target 'OpenJobsTests' do
inherit! :search_paths
# Pods for testing
pod 'Quick', '~> 3.0.0'
pod 'Nimble', '~> 8.1.1'
pod 'Cuckoo', '~> 1.3.2'
pod 'RxBlocking', '~> 5.1.1'
pod 'RxTest', '~> 5.1.1'
end
target 'OpenJobsUITests' do
inherit! :search_paths
# Pods for testing
end
end