blob: c829ec18b484e8fb4814ca5004f89cfb0a97612e [file] [log] [blame]
{
"name": "SudoPasswordManager",
"version": "2.2.0",
"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": "v2.2.0"
},
"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",
"< 11.0"
],
"SudoProfiles": [
">= 5.6",
"< 10.0"
],
"SudoSecureVault": [
">= 2.0",
"< 5.0"
],
"SudoEntitlements": [
">= 1.1",
"< 3.0"
]
},
"swift_version": "5.0"
}