2026-01-23 11:56:09 +01:00

22 lines
1.1 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdIosBankIdentPlugin'
s.version = '15.1.2-SNAPSHOT'
s.summary = 'The WebID BankIdent plugin for iOS.'
s.homepage = 'https://webid-solutions.de/'
s.license = { :type => 'Commercial', :text => 'Copyright (C) 2013 - 2024 WebID Solutions GmbH | www.webid-solutions.de. All Rights Reserved' }
s.author = { 'WebID Solutions GmbH' => 'it-service@webid-solutions.de' }
s.platform = :ios
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/15.1.2/WebIdIosBankIdentPlugin.framework-v15.1.2-SNAPSHOT-390.zip', :sha256 => '340d761e689f01938bccca4da0346e137b576f5a53b1423eafb335c2fbea321e' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework'
s.dependency "XS2AiOS", "2.2.1"
s.dependency "WebIdPluginCore", "15.1.2-SNAPSHOT" #branch:legacy-snapshots
end