From ed52020407b8ef3dd535c0926bf754a62c0486ac Mon Sep 17 00:00:00 2001 From: AWS Amplify Swift Ops Date: Wed, 18 Dec 2024 01:23:46 +0100 Subject: [PATCH] [Add] AWSS3 2.38.1 --- Specs/8/a/8/AWSS3/2.38.1/AWSS3.podspec.json | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Specs/8/a/8/AWSS3/2.38.1/AWSS3.podspec.json diff --git a/Specs/8/a/8/AWSS3/2.38.1/AWSS3.podspec.json b/Specs/8/a/8/AWSS3/2.38.1/AWSS3.podspec.json new file mode 100644 index 000000000000..46ef36ad51da --- /dev/null +++ b/Specs/8/a/8/AWSS3/2.38.1/AWSS3.podspec.json @@ -0,0 +1,30 @@ +{ + "name": "AWSS3", + "version": "2.38.1", + "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.1" + }, + "requires_arc": true, + "dependencies": { + "AWSCore": [ + "2.38.1" + ] + }, + "source_files": "AWSS3/*.{h,m}", + "resource_bundles": { + "AWSS3": [ + "AWSS3/PrivacyInfo.xcprivacy" + ] + } +} -- 2.11.4.GIT