-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
35 lines (32 loc) · 744 Bytes
/
Copy pathPodfile
File metadata and controls
35 lines (32 loc) · 744 Bytes
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
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
target 'LoveCat' do
use_frameworks!
pod 'RxSwift'
pod 'RxCocoa'
pod 'ReactorKit'
pod 'RxGesture'
pod 'Moya/RxSwift', '~> 14.0'
pod 'URLNavigator'
pod 'RxViewController'
pod 'RxDataSources'
pod 'ReusableKit'
pod 'SectionReactor'
pod 'MBProgressHUD'
pod 'SDWebImage'
pod 'SnapKit'
pod 'ESTabBarController-swift'
pod 'HBDNavigationBar', '~> 1.7.7'
pod 'HandyJSON', '~> 5.0.3-beta'
pod 'QMUIKit','~> 4.2.3'
pod 'YYKit'
pod 'SwifterSwift'
pod 'ReachabilitySwift'
pod "Qiniu", "~> 8.0"
pod 'MJRefresh'
pod 'DZNEmptyDataSet'
pod 'JXSegmentedView'
pod 'ShowBigImg', '~> 0.0.11'
pod 'IQKeyboardManagerSwift'
pod 'JPush'
end