增加换肤功能

This commit is contained in:
启星
2025-08-14 10:07:49 +08:00
parent f6964c1e89
commit 4f9318d98e
8789 changed files with 978530 additions and 2 deletions

87
Podfile Normal file
View File

@@ -0,0 +1,87 @@
# 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 'TZImagePickerController'
# 布局
pod 'Masonry'
#轮播
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'
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