blob: d0187027de18d5bafc91ea9d8ddaecf11eea54a9 [file] [log] [blame]
{
"name": "IBMWatsonAssistantV1",
"version": "3.5.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/cloud/watson-assistant",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jeff Arn": "jtarn@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": "v3.5.0"
},
"source_files": [
"Source/AssistantV1/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/AssistantV1/Shared.swift",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"dependencies": {
"IBMSwiftSDKCore": [
"~> 1.0.0"
]
},
"swift_version": "5.1"
}