Files
yinmeng-ios/Podfile
2021-12-02 20:33:58 +08:00

57 lines
1.2 KiB
Ruby

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
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', '~> 2.1.6'
#模型转化
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'
#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 'LookinServer', :configurations => ['Debug']
end