blob: 96b6ac0a2a6ac72b9efeaf8b8d710ac7dcd4a8f4 [file] [log] [blame]
{
"name": "KKWeChatSDK",
"version": "1.6.2",
"summary": "WeChat iOS SDK.",
"homepage": "https://open.weixin.qq.com",
"license": {
"type": "LGPL",
"text": " ® 1998 - 2014 Tencent All Rights Reserved.\n"
},
"authors": {
"weixinapp": "weixinapp@qq.com"
},
"source": {
"git": "https://github.com/appwgh/KKWeChatSDK.git",
"tag": "1.6.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "libWeChatSDK/*.{h,m}",
"public_header_files": "libWeChatSDK/*.h",
"vendored_libraries": "libWeChatSDK/libWeChatSDK.a",
"frameworks": [
"ImageIO",
"SystemConfiguration",
"Security",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3",
"c++"
]
}