[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / e / 9 / IBMWatsonTextToSpeechV1 / 0.33.1 / IBMWatsonTextToSpeechV1.podspec.json
blobafbe85a79684b86d4d6054064580acf960681c55
2   "name": "IBMWatsonTextToSpeechV1",
3   "version": "0.33.1",
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.33.1"
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.2.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"