blob: 934fde66cf36e4a8fb03ab4ae662a92dcf3020a7 [file] [log] [blame]
{
"name": "IBMWatsonVisualRecognitionV3",
"version": "2.1.1",
"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": {
"Jeff Arn": "jtarn@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "VisualRecognition",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "2.1.1"
},
"source_files": [
"Source/VisualRecognitionV3/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/VisualRecognitionV3/Shared.swift",
"swift_version": "4.2",
"dependencies": {
"IBMWatsonRestKit": [
"~> 3.0.0"
]
}
}