blob: f410cdb158748ae871c811b63ed9514e6e40cc3b [file] [log] [blame]
{
"name": "IBMWatsonNaturalLanguageUnderstandingV1",
"version": "0.33.1",
"summary": "Client framework for the IBM Watson Natural Language Understanding service",
"description": "IBM Watson™ Natural Language Understanding can analyze semantic features of text input, \nincluding categories, concepts, emotion, entities, keywords, metadata, relations, semantic roles, and sentiment.",
"homepage": "https://www.ibm.com/watson/services/natural-language-understanding/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Anthony Oliveri": "oliveri@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "NaturalLanguageUnderstanding",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "0.33.1"
},
"source_files": [
"Source/NaturalLanguageUnderstandingV1/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/NaturalLanguageUnderstandingV1/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"1.2.0"
]
}
}