[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 6 / IBMWatsonSpeechToTextV1 / 2.2.0 / IBMWatsonSpeechToTextV1.podspec.json
blob93e89f8e29c1ea1db47ac24e2e91108dc4aa8cd3
2   "name": "IBMWatsonSpeechToTextV1",
3   "version": "2.2.0",
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": "2.2.0"
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_version": "4.2",
36   "dependencies": {
37     "IBMWatsonRestKit": [
38       "~> 3.0.0"
39     ],
40     "Starscream": [
41       "3.0.5"
42     ]
43   },
44   "vendored_libraries": "Source/SupportingFiles/Dependencies/Libraries/*.a",
45   "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"