From b09193f84bc434d9a55cef5b35c9f1d7f67690af Mon Sep 17 00:00:00 2001 From: Primer Date: Thu, 21 Nov 2024 16:36:41 +0100 Subject: [PATCH] [Add] PrimerSDK 2.32.1 --- .../e/0/5/PrimerSDK/2.32.1/PrimerSDK.podspec.json | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 Specs/e/0/5/PrimerSDK/2.32.1/PrimerSDK.podspec.json diff --git a/Specs/e/0/5/PrimerSDK/2.32.1/PrimerSDK.podspec.json b/Specs/e/0/5/PrimerSDK/2.32.1/PrimerSDK.podspec.json new file mode 100644 index 000000000000..d1b0821b094f --- /dev/null +++ b/Specs/e/0/5/PrimerSDK/2.32.1/PrimerSDK.podspec.json @@ -0,0 +1,59 @@ +{ + "name": "PrimerSDK", + "version": "2.32.1", + "summary": "Official iOS SDK for Primer", + "description": "This library contains the official iOS SDK for Primer. Install this Cocoapod to seemlessly integrate the Primer Checkout & API platform in your app.", + "homepage": "https://www.primer.io", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Primer": "dx@primer.io" + }, + "source": { + "git": "https://github.com/primer-io/primer-sdk-ios.git", + "tag": "2.32.1" + }, + "swift_versions": "5", + "platforms": { + "ios": "13.0" + }, + "default_subspecs": "Core", + "ios": { + "frameworks": [ + "Foundation", + "UIKit" + ] + }, + "subspecs": [ + { + "name": "Core", + "ios": { + "source_files": "Sources/PrimerSDK/Classes/**/*.{h,m,swift}", + "resource_bundles": { + "PrimerResources": [ + "Sources/PrimerSDK/Resources/*.xcassets", + "Sources/PrimerSDK/Resources/Localizable/**/*.strings", + "Sources/PrimerSDK/Resources/Localizable/**/*.stringsdict", + "Sources/PrimerSDK/Resources/Storyboards/*.{storyboard}", + "Sources/PrimerSDK/Resources/Nibs/*", + "Sources/PrimerSDK/Resources/JSONs/**/*.json" + ] + }, + "pod_target_xcconfig": { + "FRAMEWORK_SEARCH_PATHS": [ + "$(inherited)", + "${PODS_CONFIGURATION_BUILD_DIR}/Primer3DS", + "${PODS_CONFIGURATION_BUILD_DIR}/PrimerKlarnaSDK", + "${PODS_CONFIGURATION_BUILD_DIR}/PrimerIPay88MYSDK", + "${PODS_CONFIGURATION_BUILD_DIR}/PrimerNolPaySDK", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/PrimerKlarnaSDK", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/PrimerStripeSDK" + ] + } + } + } + ], + "swift_version": "5" +} -- 2.11.4.GIT