diff --git a/WebIdIosBankIdentPlugin/10.3.0-SNAPSHOT/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/10.3.0-SNAPSHOT/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..81c608d --- /dev/null +++ b/WebIdIosBankIdentPlugin/10.3.0-SNAPSHOT/WebIdIosBankIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosBankIdentPlugin' + s.version = '10.3.0-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/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/10.3.0/WebIdIosBankIdentPlugin.framework-v10.3.0-SNAPSHOT-346.zip', :sha256 => 'f7a38b90b46a48920cc05a4f2aac14bb228b1fb97e617dcddcea0564fd5c94b3' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosBankIdentPlugin.xcframework' + + s.dependency "XS2AiOS", "2.0.0" + s.dependency "WebIdPluginCore", "12.2.0-SNAPSHOT" #branch:snapshots +end