blob: 1dcaea0c2c4f08a36ab63852ac10cc1b5228713a [file] [log] [blame]
{
"name": "IBMWatsonTextToSpeechV1",
"version": "2.0.3",
"summary": "Client framework for the IBM Watson Text to Speech service",
"description": "IBM® Text to Speech uses IBM's speech-synthesis capabilities to convert written text to natural-sounding speech.\nThe service streams the results back to the client with minimal delay.",
"homepage": "https://www.ibm.com/watson/services/text-to-speech/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Anthony Oliveri": "oliveri@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "TextToSpeech",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "2.0.3"
},
"source_files": [
"Source/TextToSpeechV1/**/*.swift",
"Source/SupportingFiles/Shared.swift",
"Source/SupportingFiles/Dependencies/Source/**/*"
],
"exclude_files": [
"Source/TextToSpeechV1/Shared.swift",
"**/config_types.h"
],
"swift_version": "4.2",
"dependencies": {
"IBMWatsonRestKit": [
"~> 3.0.0"
]
},
"vendored_libraries": "Source/SupportingFiles/Dependencies/Libraries/*.a",
"prepare_command": "cd Source/SupportingFiles/Dependencies/Libraries\nmv libogg.a libogg_tts.a\nmv libopus.a libopus_tts.a\ncd ../Source\nmv ogg/* .\nmv opus/* .\nrm -rf ogg\nrm -rf opus"
}