blob: 8c83e369f3c8035b31466beec26f7df2418efc85 [file] [log] [blame]
{
"name": "BXWeChatSDK",
"version": "1.7.6",
"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.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WeChatSDK/*.{h,m}",
"vendored_libraries": "WeChatSDK/libWeChatSDK.a",
"frameworks": [
"CFNetwork",
"CoreTelephony",
"Security",
"SystemConfiguration"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}