blob: 8aeae0c7709a1580641882dea469873908f0216b [file] [log] [blame]
{
"name": "LeoPayManager",
"version": "1.0.0",
"summary": "集成主流支付方式",
"description": "集成主流支付方式,包括Apple Pay、微信、支付宝、银联",
"homepage": "https://github.com/LeoChensj/LeoPayManager",
"license": "MIT",
"authors": {
"LeoChen": "LeoChensj@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LeoChensj/LeoPayManager.git",
"tag": "1.0.0"
},
"source_files": "LeoPayManager/*.{h,m}",
"public_header_files": "LeoPayManager/LeoPayManager.h",
"requires_arc": true,
"dependencies": {
"ApplePay_SDK": [
],
"WeChat_SDK_iOS": [
],
"Alipay_SDK_iOS": [
],
"UnionPay_SDK_iOS": [
]
}
}