[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / e / 9 / IBMWatsonTextToSpeechV1 / 3.5.1 / IBMWatsonTextToSpeechV1.podspec.json
blobd042e9d7dab05b4448477e0a565c427b1d0e5c4b
2   "name": "IBMWatsonTextToSpeechV1",
3   "version": "3.5.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     "Jeff Arn": "jtarn@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": "v3.5.1"
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_versions": [
34     "4.2",
35     "5.0",
36     "5.1"
37   ],
38   "dependencies": {
39     "IBMSwiftSDKCore": [
40       "~> 1.0.0"
41     ]
42   },
43   "vendored_libraries": "Source/SupportingFiles/Dependencies/Libraries/*.a",
44   "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",
45   "swift_version": "5.1"