blob: b3f3d49b1df7b9c46f7618aebc0f4de073f7da73 [file] [log] [blame]
{
"name": "CSCPayTool",
"version": "0.1.0",
"summary": "微信,支付宝支付",
"description": "微信支付宝支付封装",
"homepage": "https://github.com/lyuxxx/CSCPayTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lyuxxx": "lyxiel@163.com"
},
"source": {
"git": "https://github.com/lyuxxx/CSCPayTool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CSCPayTool/*.{h,m}",
"public_header_files": "CSCPayTool/CSCPayTool.h",
"requires_arc": true,
"dependencies": {
"XXWeChatSDK": [
],
"XXAlipaySDK": [
]
}
}