blob: 4c88411fe8cf79cd7f82b0a10b862c3bc7fecc32 [file] [log] [blame]
{
"name": "YKWeChatAPI",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": null
},
"source_files": [
"SDKExport",
"SDKExport/*.h"
],
"vendored_libraries": "SDKExport/libWeChatSDK.a",
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}