[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 6 / IBMWatsonSpeechToTextV1 / 1.3.1 / IBMWatsonSpeechToTextV1.podspec.json
blob80dccd1aa10522dcbc2456d3419f049f314f4881
2   "name": "IBMWatsonSpeechToTextV1",
3   "version": "1.3.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     "Anthony Oliveri": "oliveri@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": "1.3.1"
22   },
23   "source_files": [
24     "Source/SpeechToTextV1/**/*.swift",
25     "Source/SupportingFiles/Shared.swift",
26     "Source/SupportingFiles/Dependencies/Source/**/*"
27   ],
28   "exclude_files": [
29     "Source/SpeechToTextV1/Shared.swift",
30     "**/config_types.h",
31     "**/opus_header.h",
32     "**/opus_header.c"
33   ],
34   "dependencies": {
35     "IBMWatsonRestKit": [
36       "~> 2.0.0"
37     ],
38     "Starscream": [
39       "3.0.5"
40     ]
41   },
42   "vendored_libraries": "Source/SupportingFiles/Dependencies/Libraries/*.a",
43   "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"