blob: f4053100db1e8fb23ca5b2fee482f178e64ed4cb [file] [log] [blame]
{
"name": "SudoSecureVault",
"version": "0.0.7",
"authors": {
"Sudo Platform Engineering": "sudoplatform-engineering@anonyome.com"
},
"homepage": "https://sudoplatform.com",
"summary": "User SDK for the Sudo Platform by Anonyome Labs.",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/sudoplatform/sudo-secure-vault-ios.git",
"tag": "v0.0.7"
},
"source_files": "SudoSecureVault/*.swift",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"SudoUser": [
"~> 7.11"
],
"SudoKeyManager": [
"~> 1.1"
],
"SudoApiClient": [
"~> 1.3"
],
"SudoLogging": [
"~> 0.2"
],
"SudoConfigManager": [
"~> 1.2"
],
"AWSCognitoIdentityProvider": [
"~> 2.15.1"
],
"AWSAppSync": [
"~> 3.1.5"
],
"AWSCore": [
"~> 2.15.1"
]
},
"swift_version": "5.0"
}