blob: 45d72a6adf7bce31eba4f5157e09158cc160a956 [file] [log] [blame]
{
"name": "IBMWatsonNaturalLanguageUnderstandingV1",
"version": "3.2.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": {
"Jeff Arn": "jtarn@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": "v3.2.0"
},
"source_files": [
"Source/NaturalLanguageUnderstandingV1/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/NaturalLanguageUnderstandingV1/Shared.swift",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"dependencies": {
"IBMSwiftSDKCore": [
"~> 1.0.0"
]
},
"swift_version": "5.1"
}