blob: 9187dfdf5fe6956fc3274f2e5c78d2487682ab34 [file] [log] [blame]
{
"name": "SudoPasswordManager",
"version": "3.0.1",
"authors": {
"Sudo Platform Engineering": "sudoplatform-engineering@anonyome.com"
},
"homepage": "https://sudoplatform.com",
"summary": "Password manager SDK for the Sudo Platform by Anonyome Labs.",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/sudoplatform/sudo-password-manager-ios.git",
"tag": "v3.0.1"
},
"source_files": "SudoPasswordManager/**/*.swift",
"platforms": {
"ios": "13.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"resources": [
"SudoPasswordManager/**/*.pdf"
],
"dependencies": {
"zxcvbn-ios": [
"~> 1.0"
],
"SudoLogging": [
"~> 0.3"
],
"SudoKeyManager": [
"~> 1.2"
],
"SudoUser": [
">= 7.14",
"< 12.0"
],
"SudoProfiles": [
">= 5.6",
"< 11.0"
],
"SudoSecureVault": [
">= 2.0",
"< 6.0"
],
"SudoEntitlements": [
">= 1.1",
"< 4.0"
]
},
"swift_version": "5.0"
}