-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
32 lines (25 loc) · 878 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
# Uncomment the next line to define a global souce for your project
source 'https://github.com/CocoaPods/Specs.git'
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
# Uncomment the next line to inhibit all warnings for your project
inhibit_all_warnings!
target 'Listen1' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Listen1
pod 'SnapKit', '~> 5.0.1'
pod 'Hero', '~> 1.5.0'
pod 'MBProgressHUD', '~> 1.2.0'
pod 'RxSwift', '~> 5.1.1'
pod 'RxCocoa', '~> 5.1.1'
pod 'MJRefresh', '~> 3.5.0'
pod 'Skins', '~> 0.0.5'
pod 'pop', '~> 1.0.12'
pod 'Popover', '~> 1.3.0'
pod 'lottie-ios', '~>3.1.9'
pod 'Kingfisher', '~> 5.15.8'
pod 'Moya/RxSwift', '~> 15.0.0-alpha.1'
pod 'SwiftSoup', '~> 2.3.2'
pod 'CocoaLumberjack/Swift', '~> 3.7.0'
end