Files
yingmeng-ios-switf/Podfile

30 lines
625 B
Plaintext
Raw Normal View History

2024-02-21 21:30:13 +08:00
# 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'
2024-02-28 19:01:10 +08:00
pod 'SVGAPlayer'
2024-02-21 21:30:13 +08:00
#加载图片
pod 'Kingfisher'
#cell
pod 'Reusable'
#约束
pod 'SnapKit', '~> 5.6.0'
2024-02-24 13:49:51 +08:00
#获取设备信息
pod 'DeviceKit', '~> 4.0'
2024-02-28 19:01:10 +08:00
pod 'Nuke'
2024-02-24 13:49:51 +08:00
pod "NSObject+Rx"
2024-02-27 23:34:55 +08:00
pod 'NIMSDK_LITE', '9.6.1'
pod ''
2024-02-21 21:30:13 +08:00
# Pods for yinmeng-ios
end