[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 7 / a / IBMWatsonToneAnalyzerV3 / 2.2.0 / IBMWatsonToneAnalyzerV3.podspec.json
blob94d7a600e3b26feca43f6249dc64584dbe881050
2   "name": "IBMWatsonToneAnalyzerV3",
3   "version": "2.2.0",
4   "summary": "Client framework for the IBM Watson Tone Analyzer service",
5   "description": "IBM Watson™ Tone Analyzer uses linguistic analysis to detect emotional and language tones in written text.\nThe service can analyze tone at both the document and sentence levels.",
6   "homepage": "https://www.ibm.com/watson/services/tone-analyzer/",
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": "ToneAnalyzer",
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/ToneAnalyzerV3/**/*.swift",
25     "Source/SupportingFiles/InsecureConnection.swift",
26     "Source/SupportingFiles/Shared.swift"
27   ],
28   "exclude_files": "Source/ToneAnalyzerV3/Shared.swift",
29   "swift_version": "4.2",
30   "dependencies": {
31     "IBMWatsonRestKit": [
32       "~> 3.0.0"
33     ]
34   }