blob: c7ff0fc58d2f2a2fa242c356bb56862415db2192 [file] [log] [blame]
{
"name": "WibmoPaySDK",
"version": "0.1.3",
"summary": "WibmoPay iOS SDK is a very simple payment gateway for collecting money from customers.",
"description": "Note that this is the one that you would need to integrate if you are looking for just a very simple way of collecting money from your customers using a payment gateway (including the options of Credit Card, Debit Card, Net banking, UPI and e-wallets)",
"homepage": "https://github.com/mypoolin/WibmoPaySDK-iOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hemavathi": "hemavathi.panjaksharam@wibmo.com"
},
"source": {
"git": "https://github.com/mypoolin/WibmoPaySDK-iOS.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"vendored_frameworks": "WibmoPaySDK.framework",
"dependencies": {
"CryptoSwift": [
"~> 0.9.0"
]
}
}