[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / e / 9 / IBMWatsonTextToSpeechV1 / 2.1.0 / IBMWatsonTextToSpeechV1.podspec.json
blobd016916bc351b9615de4a68d231883539c225708
2   "name": "IBMWatsonTextToSpeechV1",
3   "version": "2.1.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": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/watson-developer-cloud/swift-sdk.git",
21     "tag": "2.1.0"
22   },
23   "source_files": [
24     "Source/TextToSpeechV1/**/*.swift",
25     "Source/SupportingFiles/InsecureConnection.swift",
26     "Source/SupportingFiles/Shared.swift",
27     "Source/SupportingFiles/Dependencies/Source/**/*"
28   ],
29   "exclude_files": [
30     "Source/TextToSpeechV1/Shared.swift",
31     "**/config_types.h"
32   ],
33   "swift_version": "4.2",
34   "dependencies": {
35     "IBMWatsonRestKit": [
36       "~> 3.0.0"
37     ]
38   },
39   "vendored_libraries": "Source/SupportingFiles/Dependencies/Libraries/*.a",
40   "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"