ReleasesSpecs/WebIdDigitalSigningPlugin/21.0.4/WebIdDigitalSigningPlugin.podspec
2026-03-11 12:23:24 +01:00

22 lines
1.0 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdDigitalSigningPlugin'
s.version = '21.0.4'
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/releases/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.4/WebIdDigitalSigningPlugin.framework-v21.0.4.zip', :sha256 => '530e483046c8649245144148ec4746bc08d65f6289042abc9ca9f8e8c8177938' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDigitalSigningPlugin.xcframework'
s.dependency "WebIdPluginCore", "21.0.5"
s.dependency "WebIdSdkUiKitComponents", "21.0.3"
end