blob: b55887c4aee552b299e53a2ad41322bc19000023 [file] [log] [blame]
{
"name": "YLT_Pay",
"version": "0.0.3",
"summary": "支付方式集成",
"description": "AliPay、WeChatPay、UnionPay、ApplePay等支付方式集成",
"homepage": "https://github.com/YLTTeam/YLT_Pay.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xphaijj0305@126.com": "xianggong@126.com"
},
"source": {
"git": "https://github.com/YLTTeam/YLT_Pay.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YLT_Pay/Classes/*.{h,m}",
"public_header_files": "YLT_Pay/Classes/*.h",
"dependencies": {
"YLT_BaseLib": [
]
},
"subspecs": [
{
"name": "Pay",
"source_files": "YLT_Pay/Classes/*.{h,m}",
"public_header_files": "YLT_Pay/Classes/*.h"
},
{
"name": "AliPay",
"source_files": [
"YLT_Pay/Classes/AliPay/*.{h,m}",
"YLT_Pay/Classes/AliPay/Util/*.{h,m}",
"YLT_Pay/Classes/AliPay/OpenSSL/OpenSSL/*.h"
],
"public_header_files": [
"YLT_Pay/Classes/AliPay/*.h",
"YLT_Pay/Classes/AliPay/Util/*.h"
],
"vendored_frameworks": "YLT_Pay/Classes/Alipay/*.framework",
"vendored_libraries": "YLT_Pay/Classes/Alipay/OpenSSL/lib/*.a",
"resources": "YLT_Pay/Classes/Alipay/*.bundle",
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"dependencies": {
"YLT_Pay/Pay": [
]
},
"frameworks": [
"CoreMotion",
"CFNetwork",
"CoreGraphics",
"CoreText",
"QuartzCore",
"CoreTelephony",
"SystemConfiguration",
"Foundation",
"UIKit"
]
},
{
"name": "WeChatPay",
"source_files": [
"YLT_Pay/Classes/WeChatPay/*.{h,m}",
"YLT_Pay/Classes/WeChatPay/lib/*.{h,m}"
],
"public_header_files": "YLT_Pay/Classes/WeChatPay/*.h",
"vendored_libraries": "YLT_Pay/Classes/WeChatPay/lib/*.a",
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"frameworks": [
"Security",
"CFNetwork",
"CoreGraphics",
"CoreTelephony",
"SystemConfiguration",
"Foundation",
"UIKit"
],
"dependencies": {
"YLT_Pay/Pay": [
]
}
},
{
"name": "UnionPay",
"source_files": [
"YLT_Pay/Classes/UnionPay/*.{h,m,mm}",
"YLT_Pay/Classes/UnionPay/lib/*.{h,m,mm}"
],
"public_header_files": "YLT_Pay/Classes/UnionPay/*.h",
"vendored_libraries": "YLT_Pay/Classes/UnionPay/lib/*.a",
"frameworks": "CoreMotion",
"libraries": [
"stdc++",
"z",
"sqlite3.0"
],
"dependencies": {
"YLT_Pay/Pay": [
]
}
},
{
"name": "ApplePay",
"source_files": "YLT_Pay/Classes/ApplePay/*.{h,m}",
"public_header_files": "YLT_Pay/Classes/ApplePay/*.h",
"frameworks": "PassKit",
"dependencies": {
"YLT_Pay/Pay": [
]
}
},
{
"name": "IapPay",
"source_files": "YLT_Pay/Classes/IapPay/*.{h,m}",
"public_header_files": "YLT_Pay/Classes/IapPay/*.h",
"frameworks": "StoreKit",
"dependencies": {
"YLT_Pay/Pay": [
]
}
}
]
}