2 "name": "IBMWatsonTextToSpeechV1",
4 "summary": "Client framework for the IBM Watson Text to Speech service",
5 "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.",
6 "homepage": "https://www.ibm.com/watson/services/text-to-speech/",
8 "type": "Apache License, Version 2.0",
12 "Jeff Arn": "jtarn@us.ibm.com",
13 "Mike Kistler": "mkistler@us.ibm.com"
15 "module_name": "TextToSpeech",
20 "git": "https://github.com/watson-developer-cloud/swift-sdk.git",
24 "Sources/TextToSpeechV1/**/*.swift",
25 "Sources/SupportingFiles/InsecureConnection.swift",
26 "Sources/SupportingFiles/Shared.swift",
27 "Sources/SupportingFiles/Dependencies/Source/**/*"
30 "Sources/TextToSpeechV1/Shared.swift",
31 "Sources/TextToSpeechV1/InsecureConnection.swift",
44 "vendored_libraries": "Sources/SupportingFiles/Dependencies/Libraries/*.a",
45 "pod_target_xcconfig": {
46 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48 "user_target_xcconfig": {
49 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51 "prepare_command": "cd Sources/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",
52 "swift_version": "5.1"