[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / e / 9 / IBMWatsonTextToSpeechV1 / 0.36.0 / IBMWatsonTextToSpeechV1.podspec.json
blob24c5e92a6b1e00257d795641974b644bd6aba3ef
2   "name": "IBMWatsonTextToSpeechV1",
3   "version": "0.36.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": "0.36.0"
22   },
23   "source_files": [
24     "Source/TextToSpeechV1/**/*.swift",
25     "Source/SupportingFiles/Shared.swift",
26     "Source/SupportingFiles/Dependencies/Source/**/*"
27   ],
28   "exclude_files": [
29     "Source/TextToSpeechV1/Shared.swift",
30     "**/config_types.h"
31   ],
32   "dependencies": {
33     "IBMWatsonRestKit": [
34       "~> 1.3.0"
35     ]
36   },
37   "vendored_libraries": "Source/SupportingFiles/Dependencies/Libraries/*.a",
38   "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"