blob: 4fbb6023b86de27db3ef65a91c582d3ebbdb5a53 [file] [log] [blame]
{
"name": "IBMWatsonNaturalLanguageUnderstandingV1",
"version": "2.0.2",
"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": "2.0.2"
},
"source_files": [
"Source/NaturalLanguageUnderstandingV1/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/NaturalLanguageUnderstandingV1/Shared.swift",
"swift_version": "4.2",
"dependencies": {
"IBMWatsonRestKit": [
"~> 3.0.0"
]
}
}