From c4cf737389f3a22525949a8a4c2a76804315187f Mon Sep 17 00:00:00 2001 From: AWS Amplify Swift Ops Date: Wed, 18 Dec 2024 01:19:55 +0100 Subject: [PATCH] [Add] AWSRekognition 2.38.1 --- .../2.38.1/AWSRekognition.podspec.json | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Specs/3/6/2/AWSRekognition/2.38.1/AWSRekognition.podspec.json diff --git a/Specs/3/6/2/AWSRekognition/2.38.1/AWSRekognition.podspec.json b/Specs/3/6/2/AWSRekognition/2.38.1/AWSRekognition.podspec.json new file mode 100644 index 000000000000..725f6e43fe02 --- /dev/null +++ b/Specs/3/6/2/AWSRekognition/2.38.1/AWSRekognition.podspec.json @@ -0,0 +1,30 @@ +{ + "name": "AWSRekognition", + "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": "AWSRekognition/*.{h,m}", + "resource_bundles": { + "AWSRekognition": [ + "AWSRekognition/PrivacyInfo.xcprivacy" + ] + } +} -- 2.11.4.GIT