From eff8a106290c31575c711668f9f9dd8f6fc2d1a3 Mon Sep 17 00:00:00 2001 From: seamless-pay-ios <134730126+seamless-pay-ios@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:20:27 +0100 Subject: [PATCH] chore: Update pod spec for release 2.1.0 (#86) --- SeamlessPay.podspec | 2 +- SeamlessPayCore.podspec | 26 -------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100755 SeamlessPayCore.podspec diff --git a/SeamlessPay.podspec b/SeamlessPay.podspec index cea10f3..c5078c5 100755 --- a/SeamlessPay.podspec +++ b/SeamlessPay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SeamlessPay' - s.version = '2.0.1' + s.version = '2.1.0' s.summary = 'There are three demo apps included with the framework.' s.description = <<~DESC diff --git a/SeamlessPayCore.podspec b/SeamlessPayCore.podspec deleted file mode 100755 index 2e0a57c..0000000 --- a/SeamlessPayCore.podspec +++ /dev/null @@ -1,26 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'SeamlessPayCore' - s.version = '2.0.0' - s.summary = 'There are three demo apps included with the framework.' - - s.description = <<~DESC - The SeamlessPay iOS SDK makes it quick and easy to build an excellent payment experience in your iOS app. We provide powerful elements that can be used out-of-the-box to collect your users’ payment details. We also expose the low-level APIs that power those UIs so that you can build fully custom experiences. - DESC - - s.homepage = 'https://github.com/seamlesspay/seamlesspay-ios' - s.license = { type: 'MIT', file: 'LICENSE' } - s.author = { 'Seamless Payments' => 'info@seamlesspay.com' } - s.source = { git: 'https://github.com/seamlesspay/seamlesspay-ios.git', tag: s.version.to_s } - - s.ios.deployment_target = '15.0' - s.swift_versions = '5.7' - - s.source_files = [ - 'SeamlessPayCore/Sources/**/*.{swift}', - 'SeamlessPayCoreObjC/include/**/*.{h,m}' - ] - s.exclude_files = 'SeamlessPayCore/Sources/SeamlessPayCore+ExportedImports.swift' - - s.resources = ['SeamlessPayCoreObjC/Resources/Assets'] - s.deprecated_in_favor_of = 'SeamlessPay' -end