4
0

[Update] WebIdPluginCore (20.2.2-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-08-26 18:19:45 +02:00
parent 5a7a1f0794
commit b5fd1ef247

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/redesign-v4-snapshots/de/webid-solutions/WebIdPluginCore/20.2.2/WebIdPluginCore.framework-v20.2.2-SNAPSHOT-333.zip', :sha256 => '200a5a16fcf95ae260a21a48af0b10d75f43f24f72abfc829f73a1b7dc0afc4a' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdPluginCore.xcframework'
s.dependency "WebIdUiKitComponents", "20.2.2-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdIosSdk", "12.0.1-SNAPSHOT" #branch:snapshots
end