Music_Player3/Podfile
2024-06-03 09:48:39 +08:00

33 lines
650 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 'FreeStreamer'
#下载按钮
pod "DownloadButton"
#下载框架
pod 'Tiercel'
end