加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
KSAdSDK.podspec 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
slako 提交于 2024-02-27 23:37 . rename KSAdSDKFull to KSAdSDK
Pod::Spec.new do |s|
s.name = "KSAdSDK"
s.version = "3.3.51.1"
s.summary = "KSAdSDK."
s.authors = {"zhangchuntao"=>"zhangchuntao@kuaishou.com"}
s.homepage = "https://ssp.e.kuaishou.com/"
s.frameworks = ["Foundation", "UIKit", "MobileCoreServices", "CoreGraphics", "Security", "SystemConfiguration", "CoreTelephony", "AdSupport", "CoreData", "StoreKit", "AVFoundation", "MediaPlayer", "CoreMedia", "WebKit", "Accelerate", "CoreLocation", "AVKit", "MessageUI", "QuickLook", "AudioToolBox", "JavaScriptCore", "CoreMotion"]
s.libraries = ["z", "resolv.9", "sqlite3", "c++", "c++abi"]
s.source = { :git => 'https://gitee.com/slako/KSAdSDK.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.ios.vendored_framework = 'KSAdSDK.xcframework'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化