Files
yingmeng-ios-switf/Podfile

58 lines
1.3 KiB
Ruby

# 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 'SVGAPlayer'
pod 'YYText'
pod 'YYWebImage'
#下拉刷新控件
pod 'MJRefresh'
# 滑动标签栏
pod 'JXCategoryView'
pod 'JXPagingView/Pager'
#加载图片
pod 'Kingfisher'
#cell
pod 'Reusable'
#约束
pod 'SnapKit'
#获取设备信息
pod 'DeviceKit'
pod 'Nuke'
pod "NSObject+Rx"
pod 'Qiniu'
#文字自动滚动
pod 'MarqueeLabel'
pod 'NIMSDK_LITE'
pod 'TZImagePickerController'
pod 'LookinServer', :configurations => ['Debug']
#pop动画
pod 'pop'
pod 'FFPopup'
pod 'TXLiteAVSDK_TRTC'
pod 'MJExtension'
pod 'QGVAPlayer'
#声网
pod 'AgoraRtcEngine_iOS'
# Pods for yinmeng-ios
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end