blob: ef7cfa71a898d37e5065350c343a342a2c3ef51e [file] [log] [blame]
{
"name": "SYUPPaySDK",
"version": "1.0.0",
"summary": "集成银联支付SDK,支持打包成动态库",
"description": "在银联支付官方SDK上包了一层,支持打包成动态库",
"homepage": "https://github.com/isandboy/SYUPPaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"isandboy": "sandboylu@gmail.com"
},
"source": {
"git": "https://github.com/isandboy/SYUPPaySDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "SYUPPaySDK/paymentcontrol/**/*.h",
"source_files": "SYUPPaySDK/**/*.{h,m}",
"vendored_libraries": "SYUPPaySDK/paymentcontrol/**/*.a",
"libraries": [
"c++",
"z",
"sqlite3"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-all_load"
}
}