加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
frankyLHJ 提交于 2021-02-25 14:52 . fix
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'FramworkTest' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# 穿山甲AD
pod 'Ads-CN', '3.4.2.3'
# 广点通AD
pod 'GDTMobSDK', '4.12.3'
target 'FramworkTestTests' do
inherit! :search_paths
# Pods for testing
end
target 'FramworkTestUITests' do
# Pods for testing
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化