From d30995ebfd1a4f3b0d76d0818180be88404633f9 Mon Sep 17 00:00:00 2001 From: mno-danskebank Date: Tue, 19 Jan 2021 15:53:33 +0100 Subject: [PATCH] Updated podspec --- MobilePay-AppSwitch-SDK.podspec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/MobilePay-AppSwitch-SDK.podspec b/MobilePay-AppSwitch-SDK.podspec index 2c90e27..c38aac4 100644 --- a/MobilePay-AppSwitch-SDK.podspec +++ b/MobilePay-AppSwitch-SDK.podspec @@ -1,18 +1,15 @@ Pod::Spec.new do |spec| spec.name = 'MobilePay-AppSwitch-SDK' - spec.version = '2.2.1' + spec.version = '2.3.0' spec.license = { :type => 'MobilePay License Terms', :file => 'LICENSE' } spec.homepage = 'http://www.mobilepay.dk/da-dk/erhverv/Pages/mobilepay-appswitch.aspx' spec.authors = { 'MobilePay' => 'support@mobilepay.dk' } spec.summary = 'MobilePay-AppSwitch-SDK' spec.description = 'The MobilePay SDK enables your app to receive payments through the MobilePay app.' - spec.source = { :git => 'https://github.com/MobilePayDev/MobilePay-AppSwitch-SDK.git', :tag => '2.2.1' } - spec.source_files = 'sdk/iOS/2.2.1/MobilePayManager/*.{h}' - spec.public_header_files = 'sdk/iOS/2.2.1/MobilePayManager/*.{h}' - spec.vendored_libraries = 'sdk/iOS/2.2.1/MobilePayManager/*.{a}' + spec.source = { :git => 'https://github.com/MobilePayDev/MobilePay-AppSwitch-SDK.git', :tag => '2.3.0' } + spec.vendored_frameworks = "sdk/iOS/2.3.0/MobilePayManager.xcframework" spec.documentation_url = 'https://github.com/MobilePayDev/MobilePay-AppSwitch-SDK/wiki' spec.platform = :ios - spec.ios.deployment_target = '9.0' spec.requires_arc = true end \ No newline at end of file