blob: d552eb83b52c27a7b95ee77c36ef1187892a3b97 [file] [log] [blame]
{
"name": "XXPayTool",
"version": "0.3.0",
"summary": "集成主流支付方式",
"description": "集成主流支付方式,包括Apple Pay、微信、支付宝、银联",
"homepage": "https://github.com/lyuxxx/XXPayTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lyuxxx": "lyxiel@163.com"
},
"source": {
"git": "https://github.com/lyuxxx/XXPayTool.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XXPayTool/*.{h,m}",
"public_header_files": "XXPayTool/XXPayTool.h",
"requires_arc": true,
"dependencies": {
"LLAPPaySDK": [
],
"XXWeChatSDK": [
],
"XXAlipaySDK": [
],
"UnionPay": [
]
}
}