[Update] WebIdPluginCore (15.0.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-10-07 21:37:46 +02:00
parent bc21547c19
commit f40405032e

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdPluginCore'
s.version = '15.0.2-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.2/WebIdPluginCore.framework-v15.0.2-SNAPSHOT-301.zip', :sha256 => 'ddf973707ada624563bcbe98d1d88ad8130b3e4c9da770b01847060e833161c7' }
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.0-SNAPSHOT" #branch:legacy-snapshots
end