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