blob: 17029e35651a5735fca3ec84a799fde9253327c0 [file] [log] [blame]
{
"name": "IBMWatsonLanguageTranslatorV3",
"version": "0.34.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.34.0"
},
"source_files": [
"Source/LanguageTranslatorV3/**/*.swift",
"Source/SupportingFiles/Shared.swift"
],
"exclude_files": "Source/LanguageTranslatorV3/Shared.swift",
"dependencies": {
"IBMWatsonRestKit": [
"1.2.0"
]
}
}