blob: af4938983ff56b8777b1fab3a2d413cd16b8e1b1 [file] [log] [blame]
{
"name": "SNWeChatSDK",
"version": "1.7",
"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"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SDK1.7/*.h",
"public_header_files": "SDK1.7/*.h",
"preserve_paths": "SDK1.7/libWeChatSDK.a",
"vendored_libraries": "SDK1.7/libWeChatSDK.a",
"requires_arc": false,
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
]
}