blob: aa0ac709de1b21bf1edeaa7eb6e37f28a4b4ad8b [file] [log] [blame]
{
"name": "YKWeChatAPI",
"version": "1.0.1",
"summary": "微信SDK自己方便使用",
"homepage": "https://open.weixin.qq.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yue Kun": "git_yuekun@163.com"
},
"source": {
"git": "https://github.com/public-yuekun/YKWeChatAPI.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"source_files": [
"WXClass/SDKExport",
"WXClass/WXManager"
],
"vendored_libraries": "WXClass/SDKExport/libWeChatSDK.a",
"public_header_files": [
"WXClass/SDKExport/*.h",
"WXClass/WXManager/*.h"
],
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}