1 Star 0 Fork 0

cc/OC_Tiktok

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 819 Bytes
一键复制 编辑 原始数据 按行查看 历史
QuintGao 提交于 2023-08-09 16:02 . 更新接口及 GKVideoScrollView
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
target 'GKDYVideo' do
use_frameworks!
pod 'AFNetworking'
pod 'SDWebImage'
pod 'SDWebImageWebPCoder'
pod 'Masonry'
pod 'YYModel'
pod 'GKNavigationBar'
pod 'GKVideoScrollView'
pod 'GKPageSmoothView'
pod 'GKSliderView'
pod 'MJRefresh'
pod 'JXCategoryView'
pod 'ZFPlayer/AVPlayer'
# 需要认证,不能免费使用了
# pod 'TXLiteAVSDK_Player' # 腾讯云播放器-独立播放器
end
post_install do |installer|
# 消除版本警告
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'].to_f < 11.0
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/chenchenDemo/OC_Tiktok.git
git@gitee.com:chenchenDemo/OC_Tiktok.git
chenchenDemo
OC_Tiktok
OC_Tiktok
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385