blob: bc246ea73aac96f3efae490b79a6f6f1de4503bc [file] [log] [blame]
{
"name": "YeswayPay",
"version": "0.0.1",
"summary": "A short description of WeChatPay.",
"description": "From YesWay chinaDev 2020/03/08",
"homepage": "https://gitee.com/jiodg45",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Guo Longxiang, (Longxiang.Guo@partner.bmw.com)": "Longxiang.Guo@partner.bmw.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/jiodg45/YeswayPayPod.git",
"tag": "0.0.1"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"resources": [
"PaySDKResources.bundle",
"SVProgressHUD.bundle"
],
"dependencies": {
"AliPayAli": [
],
"WeChatPay": [
]
},
"static_framework": true,
"ios": {
"vendored_libraries": "Library/libPaySDK.a"
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"requires_arc": true
}