blob: 47651d4ba9866fbfeab9b4eb925cd1bd3cfbfddf [file] [log] [blame]
{
"name": "YCWeChatSDK",
"version": "1.8.3",
"summary": "Tencent WeChat iOS SDK.",
"homepage": "https://open.weixin.qq.com",
"license": "MIT",
"authors": {
"Yu Chen": "yu.chen@live.ie"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yccp/WechatSDK.git",
"tag": "1.8.3"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"vendored_libraries": "**/*.a",
"frameworks": [
"Security",
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"requires_arc": true
}