blob: 18deb920da8c53bb34dbe17e5cd2d5f06d1f4a3f [file] [log] [blame]
{
"name": "SudoVirtualCards",
"version": "8.2.0",
"authors": {
"Sudo Platform Engineering": "sudoplatform-engineering@anonyome.com"
},
"homepage": "https://sudoplatform.com",
"summary": "Virtual Cards SDK for the Sudo Platform by Anonyome Labs.",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/sudoplatform/sudo-virtual-cards-ios.git",
"tag": "v8.2.0"
},
"source_files": "SudoVirtualCards/**/*.swift",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"AWSAppSync": [
"~> 3.1"
],
"Stripe": [
"~> 19.1"
],
"SudoUser": [
"~> 7.8"
],
"SudoProfiles": [
"~> 5.4"
],
"SudoLogging": [
"~> 0.2"
],
"SudoKeyManager": [
"~> 1.0"
],
"SudoOperations": [
"~> 3.0"
],
"SudoApiClient": [
"~> 1.3"
]
},
"swift_version": "5.0"
}