[Update] WebIdPluginCore (15.0.3-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-01-08 13:43:21 +01:00
parent 694df497c0
commit 9c34c25b90

View File

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