[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 3 / 6 / IBMWatsonVisualRecognitionV3 / 2.2.0 / IBMWatsonVisualRecognitionV3.podspec.json
blob05e841a3cdad6a3d8ec2b77a8d8fc4e2ffb6c35d
2   "name": "IBMWatsonVisualRecognitionV3",
3   "version": "2.2.0",
4   "summary": "Client framework for the IBM Watson Visual Recognition service",
5   "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.",
6   "homepage": "https://www.ibm.com/watson/services/visual-recognition/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Arn": "jtarn@us.ibm.com",
13     "Mike Kistler": "mkistler@us.ibm.com"
14   },
15   "module_name": "VisualRecognition",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/watson-developer-cloud/swift-sdk.git",
21     "tag": "2.2.0"
22   },
23   "source_files": [
24     "Source/VisualRecognitionV3/**/*.swift",
25     "Source/SupportingFiles/InsecureConnection.swift",
26     "Source/SupportingFiles/Shared.swift"
27   ],
28   "exclude_files": "Source/VisualRecognitionV3/Shared.swift",
29   "swift_version": "4.2",
30   "dependencies": {
31     "IBMWatsonRestKit": [
32       "~> 3.0.0"
33     ]
34   }