blob: e18d4afd22be6be41339234bbedd7a6ecb2d2bb2 [file] [log] [blame]
{
"name": "SudoApiClient",
"version": "1.3.0",
"authors": {
"Sudo Platform Engineering": "sudoplatform-engineering@anonyome.com"
},
"homepage": "https://sudoplatform.com",
"summary": "API client SDK for the Sudo Platform by Anonyome Labs.",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/sudoplatform/sudo-api-client-ios.git",
"tag": "v1.3.0"
},
"source_files": "SudoApiClient/*.swift",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"SudoUser": [
"~> 7.8"
],
"SudoConfigManager": [
"~> 1.2"
],
"AWSAppSync": [
"~> 3.0"
]
},
"swift_version": "5.0"
}