blob: b4df4d907c203385c4698bd0ced998b78152e24a [file] [log] [blame]
{
"name": "BXWeChatSDK",
"version": "1.6.2",
"summary": "WeChat SDK for iOS to access WeChat platform",
"description": "It's a shame that WeChat doesn't have an official pod for their iOS SDK.\nTherefore, 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.6.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WeChatSDK/*.{h,m}",
"vendored_libraries": "WeChatSDK/libWeChatSDK.a",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z",
"c++"
]
}