blob: 6c2a3bbc314ead66ff66e1a5167b0e47f95e43ad [file] [log] [blame]
{
"name": "LWWeChatSDK",
"version": "1.7.8",
"summary": "WeChatSDK",
"description": "Updated WeChatSDK for CocoaPods",
"homepage": "https://open.weixin.qq.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "allensun",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sunhr/LWWeChatSDK.git",
"tag": "1.7.8"
},
"source_files": "WeChatSDK/",
"exclude_files": "Test/",
"vendored_libraries": "WeChatSDK/libWeChatSDK.a",
"preserve_paths": [
"WeChatSDK/README.txt",
"WeChatSDK/libWeChatSDK.a"
],
"frameworks": [
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CFNetwork"
],
"libraries": [
"z",
"c++",
"sqlite3"
]
}