diff --git a/WebIdIosBankIdentPlugin/15.0.1-SNAPSHOT/WebIdIosBankIdentPlugin.podspec b/WebIdIosBankIdentPlugin/15.0.1-SNAPSHOT/WebIdIosBankIdentPlugin.podspec new file mode 100644 index 0000000..f520bd9 --- /dev/null +++ b/WebIdIosBankIdentPlugin/15.0.1-SNAPSHOT/WebIdIosBankIdentPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosBankIdentPlugin' + s.version = '15.0.1-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.0.1/WebIdIosBankIdentPlugin.framework-v15.0.1-SNAPSHOT-372.zip', :sha256 => 'bae5e3099727c9b3d529ebfc0260f9b9ce090d37fb96841a4123ed2062cfcc2c' } + 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.0.1-SNAPSHOT" #branch:legacy-snapshots +end