[Update] WebIdPluginCore (15.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-09 17:00:55 +02:00
parent 9b7ffa5df2
commit 83f6e6ac21

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdPluginCore'
s.version = '15.2.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.2.2/WebIdPluginCore.framework-v15.2.2-SNAPSHOT-324.zip', :sha256 => 'e1ec2e9ac526b432b678550bae28e3a847a21bed78a95fb39327fdd33d5ea319' }
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.1.4-SNAPSHOT" #branch:legacy-snapshots
end