blob: d6b69709efc05946a1d37f67203151e3af05e8d5 [file] [log] [blame]
{
"name": "SNWeChatSDK",
"version": "1.7.5",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2012 Tencent. All rights reserved.\n"
},
"summary": "WeChatSDK for Cocoapods convenience.",
"homepage": "https://open.weixin.qq.com/",
"authors": {
"Tencent": "weixinapp@qq.com"
},
"source": {
"git": "https://github.com/iOSBoy/SNWeChatSDK.git",
"tag": "1.7.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SDK/*.h",
"public_header_files": "SDK/*.h",
"preserve_paths": "SDK/libWeChatSDK.a",
"vendored_libraries": "SDK/libWeChatSDK.a",
"requires_arc": false,
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
]
}