[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 6 / IBMWatsonSpeechToTextV1 / 3.5.1 / IBMWatsonSpeechToTextV1.podspec.json
blob125194a3a951ce8045e6c16b7f653572bf4578d3
2   "name": "IBMWatsonSpeechToTextV1",
3   "version": "3.5.1",
4   "summary": "Client framework for the IBM Watson Speech to Text service",
5   "description": "The IBM® Speech to Text leverages machine intelligence to transcribe the human voice accurately.\nThe service combines information about grammar and language structure with knowledge of the composition\nof the audio signal. It continuously returns and retroactively updates a transcription as more speech is heard.",
6   "homepage": "https://www.ibm.com/watson/services/speech-to-text/",
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": "SpeechToText",
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/SpeechToTextV1/**/*.swift",
25     "Source/SupportingFiles/InsecureConnection.swift",
26     "Source/SupportingFiles/Shared.swift",
27     "Source/SupportingFiles/Dependencies/Source/**/*"
28   ],
29   "exclude_files": [
30     "Source/SpeechToTextV1/Shared.swift",
31     "**/config_types.h",
32     "**/opus_header.h",
33     "**/opus_header.c"
34   ],
35   "swift_versions": [
36     "4.2",
37     "5.0",
38     "5.1"
39   ],
40   "dependencies": {
41     "IBMSwiftSDKCore": [
42       "~> 1.0.0"
43     ],
44     "Starscream": [
45       "3.0.5"
46     ]
47   },
48   "vendored_libraries": "Source/SupportingFiles/Dependencies/Libraries/*.a",
49   "prepare_command": "cd Source/SupportingFiles/Dependencies/Libraries\nmv libogg.a libogg_stt.a\nmv libopus.a libopus_stt.a\ncd ../Source\nmv ogg/* .\nmv opus/* .\nrm -rf ogg\nrm -rf opus",
50   "swift_version": "5.1"