blob: 16cd8dd216f33262f78ab633c9b8b85606f91bc1 [file] [log] [blame]
{
"name": "LYPaySDK",
"version": "1.0.0",
"summary": "聚合SDK demo",
"description": "内部集成了微信支付、支付宝支付、百度支付、苹果支付、银联支付、京东支付,微信支付宝加密算法放在本地的",
"homepage": "https://github.com/hqq-iOS/LeYingPay",
"license": "MIT",
"authors": {
"heqinqin": "546551235@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hqq-iOS/LeYingPay.git",
"tag": "1.0.0"
},
"requires_arc": true,
"default_subspecs": [
"Core",
"AliPay",
"WXPay",
"UnionPay"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"source_files": "LYPaySDK/Core/**/*.{h,m}",
"public_header_files": "LYPaySDK/Core/**/*.h",
"requires_arc": true,
"ios": {
"libraries": [
"c++",
"stdc++",
"z"
]
},
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"Security"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "AliPay",
"frameworks": [
"CoreMotion",
"CoreTelephony"
],
"vendored_frameworks": "LYPaySDK/Channel/AliPay/AlipaySDK.framework",
"source_files": "LYPaySDK/Channel/AliPay/**/*.{h,m}",
"dependencies": {
"LYPaySDK/Core": [
]
}
},
{
"name": "WXPay",
"frameworks": "CoreTelephony",
"vendored_libraries": "LYPaySDK/Channel/WXPay/libWeChatSDK.a",
"source_files": "LYPaySDK/Channel/WXPay/**/*.{h,m}",
"ios": {
"libraries": "sqlite3"
},
"dependencies": {
"LYPaySDK/Core": [
]
}
},
{
"name": "UnionPay",
"frameworks": "QuartzCore",
"vendored_libraries": "LYPaySDK/Channel/UnionPay/paymentcontrol/libs/libPaymentControl.a",
"source_files": "LYPaySDK/Channel/UnionPay/**/*.{h,m}",
"dependencies": {
"LYPaySDK/Core": [
]
}
},
{
"name": "ApplyPay",
"frameworks": [
"QuartzCore",
"PassKit"
],
"vendored_libraries": "LYPaySDK/Channel/ApplyPay/libs/libUPAPayPlugin.a",
"source_files": "LYPaySDK/Channel/ApplyPay/**/*.{h,m}",
"dependencies": {
"LYPaySDK/Core": [
]
}
},
{
"name": "JDPay",
"frameworks": [
"QuartzCore",
"PassKit"
],
"vendored_libraries": "LYPaySDK/Channel/JDPay/libJDPay.a",
"source_files": "LYPaySDK/Channel/JDPay/**/*.{h,m}",
"dependencies": {
"LYPaySDK/Core": [
]
}
}
]
}