blob: 879328add701e6c026e328bea6fb534400375e19 [file] [log] [blame]
{
"name": "VivaPaymentsInterAppLib",
"version": "0.3.0",
"summary": "A payment framework VivaPaymentsInterApp.",
"description": "A framework that provides a communication API with Viva Wallet's Card Terminal app.",
"homepage": "https://vivawallet.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evangelos Pittas": "epittas@vivawallet.com"
},
"source": {
"git": "https://github.com/VivaPayments/mobile-ios-cardterminal-interapp.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CryptoSwift": [
"~> 1.0"
]
},
"ios": {
"vendored_frameworks": "Frameworks/Mobile_iOS_SPoC_InterAppLib.framework"
},
"swift_version": "4.0"
}