blob: bafe8dee511a301d1b1dc9c8e1bb615e4604d981 [file] [log] [blame]
{
"name": "JHWeChatSDK",
"version": "0.2.5",
"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": "0.2.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"Security",
"CoreTelephony",
"CoreGraphics"
],
"libraries": [
"c++",
"z",
"sqlite3"
],
"ios": {
"vendored_frameworks": "JHWeChatSDK/*.framework"
}
}