blob: 4b862c509d0e7b9a621c2b8f9703555c2f2e519a [file] [log] [blame]
{
"name": "IBMWatsonToneAnalyzerV3",
"version": "2.0.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": {
"Anthony Oliveri": "oliveri@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": "2.0.0"
},
"source_files": [
"Source/ToneAnalyzerV3/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/ToneAnalyzerV3/Shared.swift",
"swift_version": "4.2",
"dependencies": {
"IBMWatsonRestKit": [
"~> 3.0.0"
]
}
}