| { |
| "name": "IBMWatsonVisualRecognitionV3", |
| "version": "2.0.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": { |
| "Anthony Oliveri": "oliveri@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.0.1" |
| }, |
| "source_files": [ |
| "Source/VisualRecognitionV3/**/*.swift", |
| "Source/SupportingFiles/Shared.swift" |
| ], |
| "exclude_files": "Source/VisualRecognitionV3/Shared.swift", |
| "swift_version": "4.2", |
| "dependencies": { |
| "IBMWatsonRestKit": [ |
| "~> 3.0.0" |
| ] |
| } |
| } |