blob: 964bbbdd05b4081b00dc7b48505e33befa521a60 [file] [log] [blame]
{
"name": "IBMWatsonNaturalLanguageClassifierV1",
"version": "1.1.1",
"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": {
"Anthony Oliveri": "oliveri@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": "1.1.1"
},
"source_files": [
"Source/NaturalLanguageClassifierV1/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/NaturalLanguageClassifierV1/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"~> 2.0.0"
]
}
}