blob: 7e5a660cd77782070f6542985b1498330956734d [file] [log] [blame]
{
"name": "IBMWatsonAssistantV1",
"version": "0.37.0",
"summary": "Client framework for the IBM Watson Assistant service",
"description": "With the IBM Watson™ Assistant service, you can build a solution that understands \nnatural-language input and uses machine learning to respond to customers in a way that simulates a conversation between humans.",
"homepage": "https://www.ibm.com/watson/ai-assistant/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Anthony Oliveri": "oliveri@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "Assistant",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "0.37.0"
},
"source_files": [
"Source/AssistantV1/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/AssistantV1/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"~> 1.3.0"
]
}
}