[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 1 / a / IBMWatsonLanguageTranslatorV3 / 2.1.0 / IBMWatsonLanguageTranslatorV3.podspec.json
blob64c4ed8a779402892f9418510079075d0e8281f6
2   "name": "IBMWatsonLanguageTranslatorV3",
3   "version": "2.1.0",
4   "summary": "Client framework for the IBM Watson Language Translator service",
5   "description": "IBM Watson™ Language Translator can identify the language of text and translate it into different languages programmatically.",
6   "homepage": "https://www.ibm.com/watson/services/language-translator/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anthony Oliveri": "oliveri@us.ibm.com",
13     "Mike Kistler": "mkistler@us.ibm.com"
14   },
15   "module_name": "LanguageTranslator",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/watson-developer-cloud/swift-sdk.git",
21     "tag": "2.1.0"
22   },
23   "source_files": [
24     "Source/LanguageTranslatorV3/**/*.swift",
25     "Source/SupportingFiles/InsecureConnection.swift",
26     "Source/SupportingFiles/Shared.swift"
27   ],
28   "exclude_files": "Source/LanguageTranslatorV3/Shared.swift",
29   "swift_version": "4.2",
30   "dependencies": {
31     "IBMWatsonRestKit": [
32       "~> 3.0.0"
33     ]
34   }