47 lines
1.0 KiB
Ruby
47 lines
1.0 KiB
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 'SwiftyStoreKit'
|
|
#广告组
|
|
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
|