blob: d970565ee552d90d8559c53e3f69102b75cd3927 [file] [log] [blame]
{
"name": "IBMWatsonTextToSpeechV1",
"version": "3.1.0",
"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": {
"Jeff Arn": "jtarn@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": "3.1.0"
},
"source_files": [
"Source/TextToSpeechV1/**/*.swift",
"Source/SupportingFiles/InsecureConnection.swift",
"Source/SupportingFiles/Shared.swift",
"Source/SupportingFiles/Dependencies/Source/**/*"
],
"exclude_files": [
"Source/TextToSpeechV1/Shared.swift",
"**/config_types.h"
],
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"dependencies": {
"IBMSwiftSDKCore": [
"~> 1.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",
"swift_version": "5.1"
}