blob: 24c5e92a6b1e00257d795641974b644bd6aba3ef [file] [log] [blame]
{
"name": "IBMWatsonTextToSpeechV1",
"version": "0.36.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": {
"Anthony Oliveri": "oliveri@us.ibm.com",
"Mike Kistler": "mkistler@us.ibm.com"
},
"module_name": "TextToSpeech",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/watson-developer-cloud/swift-sdk.git",
"tag": "0.36.0"
},
"source_files": [
"Source/TextToSpeechV1/**/*.swift",
"Source/SupportingFiles/Shared.swift",
"Source/SupportingFiles/Dependencies/Source/**/*"
],
"exclude_files": [
"Source/TextToSpeechV1/Shared.swift",
"**/config_types.h"
],
"dependencies": {
"IBMWatsonRestKit": [
"~> 1.3.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"
}