blob: f9ee3ad4b1c14d9953a3849443162d11f6c45bee [file] [log] [blame]
{
"name": "IBMWatsonNaturalLanguageClassifierV1",
"version": "2.2.0",
"summary": "Client framework for the IBM Watson Natural Language Classifier service",
"description": "Natural Language Classifier can help your application understand the language of short texts and\nmake predictions about how to handle them. A classifier learns from your example data and then can\nreturn information for texts that it is not trained on.",
"homepage": "https://www.ibm.com/watson/services/natural-language-classifier/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jeff Arn": "jtarn@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "NaturalLanguageClassifier",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "2.2.0"
},
"source_files": [
"Source/NaturalLanguageClassifierV1/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/NaturalLanguageClassifierV1/Shared.swift",
"swift_version": "4.2",
"dependencies": {
"IBMWatsonRestKit": [
"~> 3.0.0"
]
}
}