6
0

[Update] WebIdPluginCore (22.1.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-05 14:32:24 +02:00
parent 09abecca8a
commit c83a940e67

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdPluginCore'
s.version = '22.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/snapshots/de/webid-solutions/WebIdPluginCore/22.1.1/WebIdPluginCore.framework-v22.1.1-SNAPSHOT-418.zip', :sha256 => '7900e78ec5b3bd11987bfd9359667f6506bc4d33c468320a607a369fab4e2f18' }
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", "21.6.1-SNAPSHOT" #branch:snapshots
end