blob: b8e3927e4d40edf040988c9d356567513a73cc8d [file] [log] [blame]
{
"name": "BXWeChatSDK",
"version": "1.7.3",
"summary": "WeChat SDK for iOS to access WeChat platform.",
"description": "It is a shame that WeChat does not have an official pod for their iOS SDK. Therefore, we create this pod to track the official WeChat iOS SDK.",
"homepage": "https://github.com/iException/BXWeChatSDK",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": {
"Yiming Tang": "yimingnju@gmail.com"
},
"source": {
"git": "https://github.com/iException/BXWeChatSDK.git",
"tag": "v1.7.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WeChatSDK/*.{h,m}",
"vendored_libraries": "WeChatSDK/libWeChatSDK.a",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"Security"
],
"libraries": [
"sqlite3",
"z",
"c++"
]
}