blob: 0fcdb6ab4ad0a85ee3c4732db09200ad64d72a1e [file] [log] [blame]
{
"name": "IBMWatsonLanguageTranslatorV3",
"version": "2.3.0",
"summary": "Client framework for the IBM Watson Language Translator service",
"description": "IBM Watson™ Language Translator can identify the language of text and translate it into different languages programmatically.",
"homepage": "https://www.ibm.com/watson/services/language-translator/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jeff Arn": "jtarn@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "LanguageTranslator",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "2.3.0"
},
"source_files": [
"Source/LanguageTranslatorV3/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/LanguageTranslatorV3/Shared.swift",
"swift_version": "4.2",
"dependencies": {
"IBMWatsonRestKit": [
"~> 3.0.0"
]
}
}