blob: f3cf652a737b6359f8deb5e04b63a701a024a3fb [file] [log] [blame]
{
"name": "IBMWatsonAssistantV1",
"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/AssistantV1/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/AssistantV1/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"~> 2.0.0"
]
}
}