blob: 25ab5fd867fd9374e5ce4eb839a5a39339dd32b9 [file] [log] [blame]
{
"name": "SudoEmail",
"version": "1.0.1",
"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": "v1.0.1"
},
"source_files": "SudoEmail/**/*.swift",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"AWSAppSync": [
"~> 3.1"
],
"SudoUser": [
"~> 7.8"
],
"SudoProfiles": [
"~> 5.4"
],
"SudoLogging": [
"~> 0.2"
],
"SudoKeyManager": [
"~> 1.0"
],
"SudoOperations": [
"~> 2.1"
],
"SudoApiClient": [
"~> 1.3"
]
},
"swift_version": "5.0"
}