blob: 70e4b91d3c2aec25960db5cb692bfa0c1f94463c [file] [log] [blame]
{
"name": "SudoEmail",
"version": "3.0.0",
"authors": {
"Sudo Platform Engineering": "sudoplatform-engineering@anonyome.com"
},
"homepage": "https://sudoplatform.com",
"summary": "Email SDK for the Sudo Platform by Anonyome Labs.",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/sudoplatform/sudo-email-ios.git",
"tag": "v3.0.0"
},
"source_files": "SudoEmail/**/*.swift",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"AWSAppSync": [
"~> 3.1"
],
"SudoUser": [
"~> 7.11"
],
"SudoProfiles": [
"~> 5.4"
],
"SudoLogging": [
"~> 0.2"
],
"SudoKeyManager": [
"~> 1.0"
],
"SudoOperations": [
"~> 3.1"
],
"SudoApiClient": [
"~> 1.3"
]
},
"swift_version": "5.0"
}