Music_Player3/Podfile
2024-10-08 17:34:04 +08:00

46 lines
1012 B
Ruby

# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
target 'relax.offline.mp3.music' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for relax.offline.mp3.music
#布局
pod 'SnapKit'
#自适应文本框
pod 'IQKeyboardManagerSwift'
#时间日期
pod 'SwiftDate'
#HUD
pod 'SVProgressHUD'
#网络请求工具
pod 'Alamofire'
#网络图片实现
pod "Kingfisher"
#分页工具
pod 'JXSegmentedView'
pod 'JXPagingView/Paging'
#刷新支持
pod 'MJRefresh'
#下载按钮
pod "DownloadButton"
#下载框架
pod 'Tiercel'
#文本跑马灯
pod 'MarqueeLabel'
#HTML解析
pod 'Kanna', '5.3.0'
#广告组
pod 'GoogleUserMessagingPlatform', '2.4.0'
pod 'Google-Mobile-Ads-SDK', '11.4.0'
pod 'GoogleMobileAdsMediationAppLovin'
pod 'GoogleMobileAdsMediationVungle'
pod 'GoogleMobileAdsMediationPangle'
pod 'GoogleMobileAdsMediationIronSource'
pod 'GoogleMobileAdsMediationMintegral'
pod 'GoogleMobileAdsMediationChartboost'
end