blob: d09cc1a57edbf68c82c8dc9832e41fcd5bbb05ba [file] [log] [blame]
{
"name": "PayEngine",
"version": "1.0.1",
"summary": "A short description of PayEngine.",
"description": "payEngine support AliPay and Wechat payment function",
"homepage": "https://github.com/MateenHJL/MTPayEngine.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mateen",
"source": {
"git": "https://github.com/MateenHJL/MTPayEngine.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PayEngine/Classes/**/*",
"static_framework": true,
"dependencies": {
"AlipaySDK-iOS": [
],
"WechatOpenSDK": [
]
}
}