blob: cbdfb6d14b41b10569b71b034440c873c742eaef [file] [log] [blame]
{
"name": "weChat_QQ_SDK",
"version": "1.0.0",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2012 Tencent. All rights reserved.\n"
},
"summary": "官方下载的微信和QQ的SDK。方便自己在其他cocopods项目中引用",
"homepage": "https://open.weixin.qq.com/",
"authors": {
"Tencent": "weixinapp@qq.com"
},
"source": {
"git": "https://github.com/pdhero/weChat_QQ_SDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"resources": "qq/TencentOpenApi_IOS_Bundle.bundle",
"vendored_libraries": "weChat/*.a",
"source_files": "weChat/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Security",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics"
],
"vendored_frameworks": "qq/TencentOpenAPI.framework",
"public_header_files": "qq/TencentOpenAPI.framework/Headers/**/*.h",
"libraries": [
"z",
"sqlite3.0",
"c++"
]
}