blob: 7a86237d57a01896af0a7a9898b0b50e3c2495b6 [file] [log] [blame]
{
"name": "SudoProfiles",
"version": "7.1.0",
"authors": {
"Sudo Platform Engineering": "sudoplatform-engineering@anonyome.com"
},
"homepage": "https://sudoplatform.com",
"summary": "Profiles SDK for the Sudo Platform by Anonyome Labs.",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/sudoplatform/sudo-profiles-ios.git",
"tag": "v7.1.0"
},
"source_files": "SudoProfiles/*.swift",
"platforms": {
"ios": "13.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"SudoConfigManager": [
"~> 1.3"
],
"SudoUser": [
"~> 8.0"
],
"SudoApiClient": [
"~> 2.0"
],
"SudoLogging": [
"~> 0.3"
]
},
"swift_version": "5.0"
}