[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 7 / c / 6 / IBMWatsonSpeechToTextV1 / 3.0.0 / IBMWatsonSpeechToTextV1.podspec.json
blob27fb147207690a4723603401120ec94159c4115f
2   "name": "IBMWatsonSpeechToTextV1",
3   "version": "3.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     "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": "3.0.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_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"