blob: dd66a5652b89dc44435d9acec371926ce3b9391e [file] [log] [blame]
{
"name": "IBMWatsonLanguageTranslatorV3",
"version": "3.1.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": "3.1.0"
},
"source_files": [
"Source/LanguageTranslatorV3/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/LanguageTranslatorV3/Shared.swift",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"dependencies": {
"IBMSwiftSDKCore": [
"~> 1.0.0"
]
},
"swift_version": "5.1"
}