blob: 1ba6a362eb1cdb6ca63379ad708ab32ffcd90acf [file] [log] [blame]
{
"name": "TikTokOpenSDK",
"version": "1.0.1",
"summary": "This SDK may be used to invoke TikTok features.",
"description": "Includes the following TikTok features: Share videos and photo to TikTok, Log In via TikTok.",
"homepage": "https://open.douyin.com",
"license": {
"type": "Copyright",
"text": "Copyright 2019 bytedance.com. All rights reserved."
},
"authors": {
"ByteDance": "bytedance.com"
},
"source": {
"http": "https://sf1-ttcdn-tos.pstatp.com/obj/ttfe/tiktok_open_platform/ios/v1.0.1/TiktokOpenSDK.zip"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": false,
"source_files": "TiktokOpenSDK/**/*.h",
"vendored_libraries": "TiktokOpenSDK/*.a",
"resources": "TiktokOpenSDK/TiktokOpenSDKResource.bundle",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-Objc -all_load"
},
"dependencies": {
"BDOpenSDKKit": [
"~>1.0.0"
]
}
}