blob: 7098cdcb11328be705e8f919ea1aecadd3d8cd39 [file] [log] [blame]
{
"name": "IBMWatsonLanguageTranslatorV3",
"version": "0.38.1",
"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": {
"Anthony Oliveri": "oliveri@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "LanguageTranslator",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "0.38.1"
},
"source_files": [
"Source/LanguageTranslatorV3/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/LanguageTranslatorV3/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"~> 1.3.0"
]
}
}