2
0

[Add] WebIdDigitalSigningPlugin (12.2.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-03-03 12:00:17 +01:00
parent c8b74da85d
commit 405e16db8f

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdDigitalSigningPlugin'
s.version = '12.2.0-SNAPSHOT'
s.summary = 'The WebID DigitalSigning 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/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/12.2.0/WebIdDigitalSigningPlugin.framework-v12.2.0-SNAPSHOT-874.zip', :sha256 => '171d16f1b334b276aec133a6bbcf89e2903e4bd67005debc8f00d6e1d8f76ba8' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDigitalSigningPlugin.xcframework'
s.dependency "WebIdPluginCore", "13.3.0-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdSdkUiKitComponents", "10.2.1-SNAPSHOT" #branch:redesign-v4-snapshots
end