1 Star 0 Fork 0

Bytedance Inc. / tiktok-business-ios-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TikTokBusinessSDK.podspec 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
zhaozehua.0915 提交于 2023-05-15 11:22 . feat: 添加LDU模式
#
# Be sure to run `pod lib lint TikTokBusinessSDK.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'TikTokBusinessSDK'
s.version = '0.1.19'
s.summary = 'TikTok Business SDK for iOS'
s.description = <<-DESC
The TikTok Business SDK is the easiest way to log events (e.g. app install, purchase) in your mobile application and send these events to TikTok for targeting, measurement, conversion optimization, etc.
DESC
s.homepage = 'https://ads.tiktok.com/marketing_api/docs?rid=rscv11ob9m9&id=1683138352999426'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'ByteDance'
s.source = { :git => 'https://github.com/bytedance/tiktok-business-ios-sdk.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'TikTokBusinessSDK/**/*'
s.exclude_files = [
"TikTokBusinessSDK/*.plist",
"TikTokBusinessSDK/Public/TikTokBusinessSDK/*.h"
]
s.swift_version = '5.0'
end
1
https://gitee.com/ByteDance/tiktok-business-ios-sdk.git
git@gitee.com:ByteDance/tiktok-business-ios-sdk.git
ByteDance
tiktok-business-ios-sdk
tiktok-business-ios-sdk
master

搜索帮助