4
0

[Update] WebIdPluginCore (220.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-10 17:59:56 +02:00
parent eb5251639f
commit faf8fc3528

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdPluginCore'
s.version = '220.1.1-SNAPSHOT'
s.summary = 'The WebID plugin core for iOS. Requires the WebIdIosSDK!'
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/WebIdPluginCore/220.1.1/WebIdPluginCore.framework-v220.1.1-SNAPSHOT-423.zip', :sha256 => '58998046815a93ee8c25edc99449551bc670ac91c559513bf74d00b206dfc53e' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework'
s.dependency "WebIdUiKitComponents", "22.3.1-SNAPSHOT" #branch:snapshots
s.dependency "WebIdIosSdk", "210.6.1-SNAPSHOT" #branch:experimental
end