blob: 5fe12e391b169887ce49e5a8d4a171009b219511 [file] [log] [blame]
{
"name": "IBMWatsonVisualRecognitionV3",
"version": "0.33.0",
"summary": "Client framework for the IBM Watson Visual Recognition service",
"description": "IBM Watson™ Visual Recognition uses deep learning algorithms to analyze images for \nscenes, objects, faces, and other content. The response includes keywords that provide information about the content.",
"homepage": "https://www.ibm.com/watson/services/visual-recognition/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Anthony Oliveri": "oliveri@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "VisualRecognition",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "v0.33.0"
},
"source_files": "Source/VisualRecognitionV3/**/*.swift",
"dependencies": {
"IBMWatsonRestKit": [
"1.0.0"
]
}
}