From 6ff11ef457e9abb382d9b5920bc60b7d0b05d088 Mon Sep 17 00:00:00 2001 From: AWS Mobile SDK Tools Date: Tue, 10 Dec 2024 02:37:59 +0100 Subject: [PATCH] [Add] AWSTranscribeStreaming 2.38.0 --- .../2.38.0/AWSTranscribeStreaming.podspec.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Specs/b/8/7/AWSTranscribeStreaming/2.38.0/AWSTranscribeStreaming.podspec.json diff --git a/Specs/b/8/7/AWSTranscribeStreaming/2.38.0/AWSTranscribeStreaming.podspec.json b/Specs/b/8/7/AWSTranscribeStreaming/2.38.0/AWSTranscribeStreaming.podspec.json new file mode 100644 index 000000000000..9a541592490e --- /dev/null +++ b/Specs/b/8/7/AWSTranscribeStreaming/2.38.0/AWSTranscribeStreaming.podspec.json @@ -0,0 +1,38 @@ +{ + "name": "AWSTranscribeStreaming", + "version": "2.38.0", + "summary": "Amazon Web Services SDK for iOS.", + "description": "The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.", + "homepage": "http://aws.amazon.com/mobile/sdk", + "license": "Apache License, Version 2.0", + "authors": { + "Amazon Web Services": "amazonwebservices" + }, + "platforms": { + "ios": "12.0" + }, + "source": { + "git": "https://github.com/aws-amplify/aws-sdk-ios.git", + "tag": "2.38.0" + }, + "requires_arc": true, + "dependencies": { + "AWSCore": [ + "2.38.0" + ] + }, + "source_files": [ + "AWSTranscribeStreaming/*.{h,m}", + "AWSTranscribeStreaming/**/*.{h,m}", + "AWSIoT/Internal/SocketRocket/*.{h,m}" + ], + "private_header_files": [ + "AWSTranscribeStreaming/Internal/*.h", + "AWSIoT/Internal/SocketRocket/*.h" + ], + "resource_bundles": { + "AWSTranscribeStreaming": [ + "AWSTranscribeStreaming/PrivacyInfo.xcprivacy" + ] + } +} -- 2.11.4.GIT