blob: 001b68389187d88238f5e0ca7852c5c3b475181b [file] [log] [blame]
{
"name": "IBMWatsonNaturalLanguageUnderstandingV1",
"version": "1.3.0",
"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": "10.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "1.3.0"
},
"source_files": [
"Source/NaturalLanguageUnderstandingV1/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/NaturalLanguageUnderstandingV1/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"~> 2.0.0"
]
}
}