4
0

[Update] WebIdPluginCore (20.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-09-01 16:26:05 +02:00
parent 00af3bc75e
commit 9f735ff65d

View File

@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'WebIdPluginCore'
s.version = '20.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/experimental/de/webid-solutions/WebIdPluginCore/20.2.2/WebIdPluginCore.framework-v20.2.2-SNAPSHOT-334.zip', :sha256 => 'f638fc3af96c658f71ce40ad13b7ec2a00f68aaa532dcb82534945a6af16dde0' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework'
s.dependency "WebIdUiKitComponents", "20.1.3-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdIosSdk", "12.0.2-SNAPSHOT" #branch:snapshots
end