blob: dd0a0438b20169f5e2af5aa67a21b6eadd1a2e41 [file] [log] [blame]
{
"name": "TikTokOpenSDK",
"version": "1.0.3",
"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.2/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"
]
}
}