blob: 10377d3b76c20e7bbef69a28199591a4a0a86cfe [file] [log] [blame]
{
"name": "IBMWatsonToneAnalyzerV3",
"version": "3.6.0",
"summary": "Client framework for the IBM Watson Tone Analyzer service",
"description": "IBM Watson™ Tone Analyzer uses linguistic analysis to detect emotional and language tones in written text.\nThe service can analyze tone at both the document and sentence levels.",
"homepage": "https://www.ibm.com/watson/services/tone-analyzer/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jeff Arn": "jtarn@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "ToneAnalyzer",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "v3.6.0"
},
"source_files": [
"Source/ToneAnalyzerV3/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/ToneAnalyzerV3/Shared.swift",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"dependencies": {
"IBMSwiftSDKCore": [
"~> 1.0.0"
]
},
"swift_version": "5.1"
}