blob: 9238973731b8b24263fc5ba82fba38ee182da705 [file] [log] [blame]
{
"name": "TikTokOpenSDK",
"version": "5.0.0",
"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://sf16-muse-va.ibytedtos.com/obj/tiktok-open-platform/TikTokOpenSDK.framework.zip"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"WebKit",
"Security",
"Photos"
],
"source_files": "TikTokOpenSDK.framework/Headers/*.h",
"vendored_frameworks": "TikTokOpenSDK.framework",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}