blob: 3fc38957f6a8cdec1bb424a77a98a78427dd8a25 [file] [log] [blame]
{
"name": "WUTencentSDK",
"version": "1.2.0",
"summary": "TencentSDK for iOS.",
"authors": {
"醒来-技术": "1020166296@qq.com"
},
"homepage": "https://github.com/51wakeup/TencentSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/51wakeup/TencentSDK.git",
"tag": "1.2.0"
},
"source_files": "Tencent/SDK/*.{h,m}",
"resources": [
"Tencent/SDK/*.{bundle}"
],
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"Security",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"iconv",
"z.1.1.3",
"stdc++"
],
"vendored_frameworks": "Tencent/SDK/TencentOpenAPI.framework",
"static_framework": true
}