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