blob: 32dedd2077b8ee57080b5b6043896a108bd6b8fb [file] [log] [blame]
{
"name": "IBMWatsonAssistantV2",
"version": "1.1.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": "10.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "1.1.0"
},
"source_files": [
"Source/AssistantV2/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/AssistantV2/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"~> 2.0.0"
]
}
}