blob: 23346aa9a3be135242b3a705b85674718bb0621a [file] [log] [blame]
{
"name": "WXUnionPaySDK",
"version": "0.0.1",
"summary": "银联支付SDK",
"description": "集成银联支付的最新SDK",
"homepage": "https://github.com/heliang219",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heliang": "heliang219@foxmail.com"
},
"source": {
"git": "https://github.com/heliang219/WXUnionPaySDK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"vendored_libraries": "WXUnionPaySDK/Frameworks/libPaymentControl.a",
"libraries": "z",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"CoreTelephony"
],
"source_files": "WXUnionPaySDK/Classes/**/*",
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lc++"
]
},
"requires_arc": true,
"static_framework": true
}