blob: 72cc91f5fc08548795c0e62c1e68988c2c2e87ff [file] [log] [blame]
{
"name": "TikTokOpenSDK",
"version": "4.0.1",
"summary": "This SDK may be used to invoke TikTok features.",
"description": "Includes the following TikTok features: Share videos and photo to TikTok.",
"homepage": "https://developers.tiktok.com/",
"license": {
"type": "Copyright",
"text": "Copyright 2020 bytedance.com. All rights reserved."
},
"authors": {
"ByteDance": "bytedance.com"
},
"source": {
"http": "https://s16.tiktokcdn.com/musical/resource/mtact/static/zip/developers/sdk_ios.zip"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"WebKit",
"Security",
"Photos"
],
"source_files": "TikTokOpenSDK.framework/Headers/*.h",
"vendored_frameworks": "TikTokOpenSDK.framework",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}