[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / e / 9 / IBMWatsonTextToSpeechV1 / 0.33.0 / IBMWatsonTextToSpeechV1.podspec.json
blob863aed778843a6373369dadfa3732d5236d4e20a
2   "name": "IBMWatsonTextToSpeechV1",
3   "version": "0.33.0",
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/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anthony Oliveri": "oliveri@us.ibm.com",
13     "Mike Kistler": "mkistler@us.ibm.com"
14   },
15   "module_name": "TextToSpeech",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/watson-developer-cloud/swift-sdk.git",
21     "tag": "v0.33.0"
22   },
23   "source_files": [
24     "Source/TextToSpeechV1/**/*.swift",
25     "Source/SupportingFiles/Dependencies/Source/**/*"
26   ],
27   "exclude_files": "**/config_types.h",
28   "dependencies": {
29     "IBMWatsonRestKit": [
30       "1.0.0"
31     ]
32   },
33   "vendored_libraries": "Source/SupportingFiles/Dependencies/Libraries/*.a",
34   "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"