blob: 9bc59c39ac3a00609b3e9a56db2b2c337bc4b405 [file] [log] [blame]
{
"name": "Spec",
"version": "0.0.1",
"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": "0.0.1"
},
"source_files": "Tencent/*.{h,m}",
"resources": [
"Tencent/*.{bundle}"
],
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"Security",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"iconv"
],
"vendored_frameworks": "Tencent/TencentOpenAPI.framework"
}