blob: 551cad00e0ca92a4c64ba9fd0490e074a221a20e [file] [log] [blame]
{
"name": "JHWeChatSDK",
"version": "1.8.4",
"summary": "封装微信SDK.",
"description": "图文按钮.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/JHWeChatSDK.git",
"tag": "1.8.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"Security",
"CoreTelephony",
"CoreGraphics"
],
"libraries": [
"c++",
"z",
"sqlite3.0",
"sqlite3"
],
"ios": {
"vendored_frameworks": "JHWeChatSDK/Products/*.framework"
}
}