blob: cb37e14d0c0a4916364230fcb70a35d588f3c523 [file] [log] [blame]
{
"name": "SYWechatOpenSDK",
"version": "1.8.7.1",
"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.8.7.1"
},
"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",
"WebKit"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-all_load",
"VALID_ARCHS": "x86_64 armv7 arm64"
}
}