-
Notifications
You must be signed in to change notification settings - Fork 29
/
Podfile
47 lines (44 loc) · 1.05 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
use_frameworks!
platform :ios, '12.0'
target 'Httper' do
pod 'Alamofire'
pod 'ESPullToRefresh'
pod 'Eureka'
pod 'FacebookCore'
pod 'FacebookLogin'
pod 'FirebaseCrashlytics'
pod 'Firebase/Performance'
pod 'Kanna'
pod 'Kingfisher'
pod 'M80AttributedLabel'
pod 'MGFormatter'
pod 'MGKeyboardAccessory/Rx'
pod 'MGSelector'
pod 'NVActivityIndicatorView', '= 4.8.0'
pod 'PagingKit'
pod 'R.swift'
pod 'ReachabilitySwift'
pod 'Reusable'
pod 'RxAlamofire'
pod 'RxAlertViewable'
pod 'RxBinding'
pod 'RxCocoa'
pod 'RxController'
pod 'RxDataSourcesSingleSection'
pod 'RxFlow'
pod 'RxKeyboard'
pod 'RxSwift'
pod 'SnapKit'
pod 'SwipeBack'
pod 'SwiftyUserDefaults'
pod 'SwiftyJSON'
pod 'UIGradient'
pod 'UIImageView+Extension'
pod 'UITextView+Placeholder'
target 'HttperTests' do
inherit! :search_paths
end
end
post_install do |installer|
system("bash #{Pathname(installer.sandbox.root)}/RxController/rxtree/build_for_xcode.sh")
end