blob: 28f994bf2b1518fe64e085b38d806432f11e93f8 [file] [log] [blame]
{
"name": "IBMWatsonLanguageTranslatorV3",
"version": "0.37.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": {
"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.37.0"
},
"source_files": [
"Source/LanguageTranslatorV3/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/LanguageTranslatorV3/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"~> 1.3.0"
]
}
}