blob: 1fd4f2fa620adf432ed9e72171a293191b68325b [file] [log] [blame]
{
"name": "IBMWatsonDiscoveryV1",
"version": "2.0.3",
"summary": "Client framework for the IBM Watson Discovery service",
"description": "IBM Watson™ Discovery makes it possible to rapidly build cognitive, cloud-based exploration applications\nthat unlock actionable insights hidden in unstructured data — including your own proprietary data,\nas well as public and third-party data.",
"homepage": "https://www.ibm.com/watson/services/discovery/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Anthony Oliveri": "oliveri@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "Discovery",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "2.0.3"
},
"source_files": [
"Source/DiscoveryV1/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/DiscoveryV1/Shared.swift",
"swift_version": "4.2",
"dependencies": {
"IBMWatsonRestKit": [
"~> 3.0.0"
]
}
}