2026-01-09 09:44:28 +01:00

22 lines
1.1 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdDigitalSigningPlugin'
s.version = '15.0.3-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/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.3/WebIdDigitalSigningPlugin.framework-v15.0.3-SNAPSHOT-826.zip', :sha256 => '0c932821fde102a0f62dcae4c4517b0cfbd9fe05bd2ad2ebe0875e0f92dd4fc4' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdDigitalSigningPlugin.xcframework'
s.dependency "WebIdPluginCore", "15.0.3-SNAPSHOT" #branch:legacy-snapshots
s.dependency "WebIdSdkUiKitComponents", "15.0.1-SNAPSHOT" #branch:legacy-snapshots
end