Files
yinmeng-ios/Podfile
2022-03-10 19:00:05 +08:00

65 lines
1.5 KiB
Ruby

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
target 'xplan-ios' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for xplan-ios
pod 'AFNetworking'
pod 'YYText'
pod 'Masonry'
pod 'ReactiveObjC'
pod 'MBProgressHUD'
pod 'FFPopup'
#易盾 本机一键登录
pod 'NTESQuickPass'
#模型转化
pod 'MJExtension'
#图片加载
pod 'SDWebImage'
#输入
pod 'SZTextView'
#轮播图
pod 'SDCycleScrollView'
#上传图片
pod 'Qiniu'
#内购
pod 'IAPHelper'
#持久化存储
pod 'SSKeychain'
pod 'Base64'
#统计
pod 'BaiduMobStatCodeless', '~> 5.3.5'
#文字自动滚动
pod 'MarqueeLabel-ObjC'
#声网
pod 'AgoraRtcEngine_iOS', '~> 3.0.1'
#TRTC
pod 'TXLiteAVSDK_TRTC', :podspec => 'http://pod-1252463788.cosgz.myqcloud.com/liteavsdkspec/TXLiteAVSDK_TRTC.podspec'
#pop动画
pod 'pop', '~> 1.0.12'
#云信
pod 'NIMSDK_LITE', '~> 7.8.3'
#下拉刷新控件
pod 'MJRefresh'
#登录的
pod 'mob_sharesdk'
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
pod 'mob_sharesdk/ShareSDKExtension'
pod 'SVGAPlayer', '~> 2.3'
# 滑动标签栏
pod 'JXCategoryView'
pod 'JXPagingView/Pager'
#UM统计
pod 'UMCommon'
pod 'UMDevice'
#头饰显示
pod 'YYWebImage', '~> 1.0.5'
#调试
pod 'LookinServer', :configurations => ['Debug']
end