blob: 4e9e79888e49ccdb26a487aa63b2f55f8e33a5fd [file] [log] [blame]
{
"name": "SYWechatOpenSDK",
"version": "1.7.9",
"summary": "微信分享,支付SDK,支持打包成动态库",
"description": "1. 版本和微信官方提供的SDK版本保持一致\n2. 在微信官方SDK包了一层,支持打包成动态库",
"homepage": "https://github.com/isandboy/SYWechatOpenSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"isandboy": "sandboylu@gmail.com"
},
"source": {
"git": "https://github.com/isandboy/SYWechatOpenSDK.git",
"tag": "1.7.9"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "SYWechatOpenSDK/*.h",
"private_header_files": "SYWechatOpenSDK/SYWechatOpenSDKDummp.h",
"source_files": "SYWechatOpenSDK/*.{h,m}",
"vendored_libraries": "SYWechatOpenSDK/libWeChatSDK.a",
"libraries": [
"c++",
"sqlite3",
"z"
],
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-all_load"
}
}