blob: 9f97e2168b058ff93d7d552ea9a99e976035cb6e [file] [log] [blame]
{
"name": "Spec",
"version": "1.0.2",
"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": "v1.0.2"
},
"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"
}