Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mno-danskebank committed Jan 19, 2021
1 parent 66cf37a commit d30995e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions MobilePay-AppSwitch-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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

0 comments on commit d30995e

Please sign in to comment.