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