5 Star 9 Fork 1

杭州艾狄墨搏信息服务有限公司/ADSuyi广告聚合SDKDemo-iOS-Swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
ws 提交于 2025-05-19 18:54 +08:00 . Update README.md and Podfile
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
target 'ADSuyiSDKDemo-iOS-Swift' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for ADSuyiSDKDemo-iOS-Swift
pod 'ADSuyiSDK','~> 4.0.0.04221' # 主SDK 必选
pod 'ADSuyiSDK/ADSuyiSDKPlatforms/tianmu' # 天目 #必选
#pod 'ADSuyiSDK/ADSuyiSDKPlatforms/gdt' # 优量汇(广点通)
#pod 'ADSuyiSDK/ADSuyiSDKPlatforms/baidu' # 百度
#pod 'ADSuyiSDK/ADSuyiSDKPlatforms/ks' # 快手
#pod 'ADSuyiSDK/ADSuyiSDKPlatforms/jad' # 京媒,白名单需添加京东
#pod 'ADSuyiSDK/ADSuyiSDKPlatforms/iqy' # 爱奇艺
# ab二选一
# a.不需要gromore
#pod 'ADSuyiSDK/ADSuyiSDKPlatforms/bu' # 穿山甲(头条)
# b.需要gromore
# pod 'ADSuyiSDK/ADSuyiSDKPlatforms/bu-without' # 穿山甲(头条)
# pod 'ADSuyiSDK/ADSuyiSDKPlatforms/gromore' # gromore
pod 'MJRefresh'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
xcconfig_path = config.base_configuration_reference.real_path
xcconfig = File.read(xcconfig_path)
xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/admobile/ADSuyiSDKDemo-iOS-Swift.git
git@gitee.com:admobile/ADSuyiSDKDemo-iOS-Swift.git
admobile
ADSuyiSDKDemo-iOS-Swift
ADSuyi广告聚合SDKDemo-iOS-Swift
master

搜索帮助