Files
featherVoice/Podfile
2025-10-27 17:05:46 +08:00

94 lines
2.0 KiB
Ruby
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
def taget_pods
pod 'LLDebugTool',:configurations => ['Debug'] #调试工具
# pod 'MLeaksFinder',:configurations => ['Debug'] #调试工具
pod 'IQKeyboardManager'
#网络请求
pod 'AFNetworking'
#图片加载
pod 'SDWebImage'
pod 'SDWebImageWebPCoder'
#刷新
pod 'MJRefresh'
#mqtt
pod 'MQTTClient'
#菊花
pod 'MBProgressHUD'
pod 'SVProgressHUD'
#图片选择
pod 'TZImagePickerController'
# 布局
pod 'Masonry'
# 数据存储
pod 'FMDB'
#轮播
pod 'SDCycleScrollView'
#日期选择
pod 'BRPickerView'
# 空指针异常规避
pod 'AvoidCrash'
#svga播放器
pod 'SVGAPlayer'
# 大图展示
pod 'YBImageBrowser', '~> 3.0.9'
pod 'YBImageBrowser/Video'
# YY系列
pod 'YYModel'
pod 'YYCache'
pod 'YYWebImage'
pod 'YYImage/WebP'
pod 'YYCategories'
pod 'YYText'
pod 'Bugly'
#微信
pod 'WechatOpenSDK-XCFramework' , '~> 2.0.2'
# 阿里支付
pod 'AlipaySDK-iOS'
#礼物视频特效
pod 'QGVAPlayer'
#标签滚动
pod 'JXCategoryView'
pod 'JXPagingView/Pager'
#阿里云上传文件
pod 'AliyunOSSiOS'
#腾讯cos
pod 'QCloudCOSXML/Transfer'
#声网
pod 'AgoraRtcEngine_iOS','~> 4.5.2'
# pod 'AgoraRtcEngine_Special_iOS','~> 4.4.1.9'
# pod 'AgoraRtm_iOS'
pod 'AgoraLyricsScore'
# 人脸核身
pod 'TencentCloudHuiyanSDKFace_framework', :path=> './TencentCloudHuiyanSDKFace_framework'
# 集成 Lite SDK
# pod 'AgoraLite_iOS', '4.5.2'
#腾讯im基础控件
pod 'TUICore', :path => "./TUIKit/TUICore"
pod 'TIMCommon', :path => "./TUIKit/TIMCommon"
# 集成TUIKit组件可选
# 集成聊天功能
pod 'TUIChat', :path => "./TUIKit/TUIChat"
# 集成会话功能
pod 'TUIConversation', :path => "./TUIKit/TUIConversation"
# pod 'RTCRoomEngine'
pod 'TIMPush'
end
target 'QXLive' do
taget_pods
end
target 'QXLiveDev' do
taget_pods
end