21 lines
482 B
Plaintext
21 lines
482 B
Plaintext
![]() |
# Uncomment the next line to define a global platform for your project
|
||
|
platform :ios, '13.0'
|
||
|
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
|
||
|
target 'yinmeng-ios' do
|
||
|
# Comment the next line if you don't want to use dynamic frameworks
|
||
|
use_frameworks!
|
||
|
pod 'RxCocoa'
|
||
|
pod 'RxSwift'
|
||
|
pod 'HandyJSON'
|
||
|
pod 'Moya'
|
||
|
pod 'MBProgressHUD'
|
||
|
#加载图片
|
||
|
pod 'Kingfisher'
|
||
|
#cell
|
||
|
pod 'Reusable'
|
||
|
#约束
|
||
|
pod 'SnapKit', '~> 5.6.0'
|
||
|
# Pods for yinmeng-ios
|
||
|
|
||
|
end
|