blob: 4622d49a9222ed7c921e6f89bcbcca4782a0e1fe [file] [log] [blame]
{
"name": "SudoTelephony",
"version": "4.0.0-beta2",
"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": "v4.0.0-beta2"
},
"source_files": "SudoTelephony/**/*.swift",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"SudoUser": [
"~> 7.9"
],
"SudoProfiles": [
"~> 5.5"
],
"SudoApiClient": [
"~> 1.3"
],
"SudoOperations": [
"~> 2.0"
],
"TwilioVoice": [
"~> 5.3"
]
},
"swift_version": "5.0"
}