From fe6e9d84241100c0af17148ca1eec4014937a8a7 Mon Sep 17 00:00:00 2001 From: Primer Date: Thu, 17 Mar 2022 16:46:35 +0100 Subject: [PATCH] [Add] PrimerSDK 1.28.0-beta.6 --- .../PrimerSDK/1.28.0-beta.6/PrimerSDK.podspec.json | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Specs/e/0/5/PrimerSDK/1.28.0-beta.6/PrimerSDK.podspec.json diff --git a/Specs/e/0/5/PrimerSDK/1.28.0-beta.6/PrimerSDK.podspec.json b/Specs/e/0/5/PrimerSDK/1.28.0-beta.6/PrimerSDK.podspec.json new file mode 100644 index 000000000000..8962a6923b8f --- /dev/null +++ b/Specs/e/0/5/PrimerSDK/1.28.0-beta.6/PrimerSDK.podspec.json @@ -0,0 +1,51 @@ +{ + "name": "PrimerSDK", + "version": "1.28.0-beta.6", + "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": "1.28.0-beta.6" + }, + "swift_versions": "4.2", + "platforms": { + "ios": "10.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/*", + "Sources/PrimerSDK/Resources/Storyboards/*.{storyboard}", + "Sources/PrimerSDK/Resources/Nibs/*" + ] + }, + "pod_target_xcconfig": { + "FRAMEWORK_SEARCH_PATHS": [ + "${PODS_CONFIGURATION_BUILD_DIR}/Primer3DS" + ] + } + } + } + ], + "swift_version": "4.2" +} -- 2.11.4.GIT