blob: fed365fd80e0162ab7187a0d53742dda36bcd10d [file] [log] [blame]
{
"name": "UPAPayPSDK",
"version": "0.0.2",
"summary": "银联apple pay SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yaofen/UPAPayPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yaofen": "2363253102@qq.com"
},
"source": {
"git": "https://github.com/yaofen/UPAPayPlugin.git",
"tag": "0.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_libraries": "UPAPayPSDK/Classes/lib/libUPAPayPlugin.a"
},
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"PassKit"
],
"source_files": "UPAPayPSDK/Classes/Headers/*.h",
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lc++"
]
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
}
}