blob: 30b51093f5984390cd27e3c677e906d8cc6b8d27 [file] [log] [blame]
{
"name": "UPAPayPluginLib",
"version": "1.0.0",
"summary": "UPAPayPluginLib",
"description": "银联Apple Pay手机支付控件",
"homepage": "https://github.com/yhrun/UPAPayPluginLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yhrun": "yhruner@gmail.com"
},
"platforms": {
"ios": "9"
},
"source": {
"git": "https://github.com/yhrun/UPAPayPluginLib.git",
"tag": "1.0.0"
},
"source_files": "inc/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CFNetwork",
"SystemConfiguration",
"PassKit"
],
"libraries": [
"z",
"stdc++"
],
"vendored_libraries": "lib/*.a"
}