blob: 0371d337166d2b7724c37b8289e12ddac45a26fa [file] [log] [blame]
{
"name": "IBMWatsonToneAnalyzerV3",
"version": "0.38.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": "8.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "0.38.0"
},
"source_files": [
"Source/ToneAnalyzerV3/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/ToneAnalyzerV3/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"~> 1.3.0"
]
}
}