-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
49 lines (37 loc) · 1.06 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
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
# ignore all warnings from all dependencies
inhibit_all_warnings!
# supportet swift versions
supports_swift_versions '>= 4.0'
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
target 'DutchNews' do
inhibit_all_warnings!
# Pods for DutchNews
pod 'Alamofire'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxDataSources'
pod 'RxAlamofire'
pod 'PureLayout'
pod 'MXParallaxHeader'
pod 'Pageboy'
# pod 'JEKScrollableSectionCollectionViewLayout', :git => 'https://github.com/farshadmb/JEKScrollableSectionCollectionViewLayout.git'
pod 'MagazineLayout', :git => 'https://github.com/farshadmb/MagazineLayout.git'
pod 'MaterialComponents'
pod 'SwiftLint'
pod 'CryptoSwift', '1.1.2'
pod 'SDWebImage'
#Logger Framework
pod 'CocoaLumberjack/Swift'
end
target 'DutchNewsTests' do
inherit! :complete
pod 'RxAlamofire'
pod 'RxTest'
pod 'RxBlocking'
pod 'Nimble'
pod 'Mocker', '~> 1.0.0'
# Pods for testing
end