2
0
ExperimentalSpecs/WebIdDigitalSigningPlugin/12.2.0-SNAPSHOT/WebIdDigitalSigningPlugin.podspec
2025-03-03 13:52:51 +01:00

22 lines
1.1 KiB
Ruby

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-875.zip', :sha256 => '40d8090388ef98a8d4fee566d3eb02ed912fcc042fcf53f0e2cab53588933dee' }
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