blob: ce8466283158b2a739d411f37ba7de40279f0c12 [file] [log] [blame]
{
"name": "VivaPaymentsInterApp",
"version": "0.2.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/EvansPie/PodTest.git",
"tag": "0.2.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"
}