blob: 74ab75d01755d30f0c49996431d1cd77f026e751 [file] [log] [blame]
{
"name": "KKWeChatSDK",
"version": "1.6.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "libWeChatSDK/*.{h,m}",
"vendored_libraries": "libWeChatSDK/libWeChatSDK.a",
"frameworks": [
"ImageIO",
"SystemConfiguration",
"Security",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3",
"c++"
]
}