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