[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 7 / c / 6 / IBMWatsonSpeechToTextV1 / 4.2.0 / IBMWatsonSpeechToTextV1.podspec.json
blob54d98e703678625821bc34bda3fa2a939b94fd88
2   "name": "IBMWatsonSpeechToTextV1",
3   "version": "4.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": "v4.2.0"
22   },
23   "source_files": [
24     "Sources/SpeechToTextV1/**/*.swift",
25     "Sources/SupportingFiles/InsecureConnection.swift",
26     "Sources/SupportingFiles/Shared.swift",
27     "Sources/SupportingFiles/Dependencies/Source/**/*"
28   ],
29   "exclude_files": [
30     "Sources/SpeechToTextV1/Shared.swift",
31     "Sources/SpeechToTextV1/InsecureConnection.swift",
32     "**/config_types.h",
33     "**/opus_header.h",
34     "**/opus_header.c"
35   ],
36   "swift_versions": [
37     "4.2",
38     "5.0",
39     "5.1"
40   ],
41   "dependencies": {
42     "IBMSwiftSDKCore": [
43       "~> 1.0.0"
44     ],
45     "Starscream": [
46       "~> 4.0.0"
47     ]
48   },
49   "vendored_libraries": "Sources/SupportingFiles/Dependencies/Libraries/*.a",
50   "pod_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
52   },
53   "user_target_xcconfig": {
54     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
55   },
56   "prepare_command": "cd Sources/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",
57   "swift_version": "5.1"