blob: a273dbf1695d913fe774a0afccfde982d666ce0e [file] [log] [blame]
{
"name": "DouyinOpenSDK",
"version": "1.4.0",
"summary": "This SDK may be used to invoke Douyin features.",
"description": "Includes the following Douyin features: Share videos and photo to Douyin, Log In via Douyin.",
"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/douyin_open_platform/ios/v1.4.0/DouyinOpenSDK.zip"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": false,
"source_files": "DouyinOpenSDK/**/*.h",
"vendored_libraries": "DouyinOpenSDK/*.a",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-Objc -all_load"
},
"dependencies": {
"BDOpenSDKKit": [
"~>1.0.0"
]
}
}