blob: 726b5168d511ceb6a1639b27237547e9385ae896 [file] [log] [blame]
{
"name": "TencentQQOpenSDK",
"version": "3.3.9",
"summary": "This is Tencent QQ Open Api SDK for iOS.",
"description": "This is Tencent QQ Open Api SDK for iOS, include QQ share and QQ login .",
"homepage": "https://gitee.com/cqzbccr/tencent-qqopen-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhoubing": "1510166998@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/cqzbccr/tencent-qqopen-sdk.git",
"tag": "3.3.9"
},
"ios": {
"vendored_frameworks": "TencentQQOpenSDK/*.framework"
},
"frameworks": [
"Security",
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony",
"WebKit"
],
"libraries": [
"iconv",
"z",
"c++",
"sqlite3"
],
"requires_arc": true,
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
}
}