blob: e34bf4373eb03af1bcd7827316c82fd18e55cb25 [file] [log] [blame]
{
"name": "IBMWatsonVisualRecognitionV4",
"version": "3.1.0",
"summary": "Client framework for the IBM Watson Visual Recognition V4 service",
"description": "IBM Watson™ Visual Recognition uses deep learning algorithms to analyze images for\nscenes, objects, 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": "3.1.0"
},
"source_files": [
"Source/VisualRecognitionV4/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/VisualRecognitionV4/Shared.swift",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"dependencies": {
"IBMSwiftSDKCore": [
"~> 1.0.0"
]
},
"swift_version": "5.1"
}