6
0

[Update] WebIdCellCheckPlugin (3.0.1-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-06-04 15:15:17 +02:00
parent fef39d8151
commit 217d40a943

View File

@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'WebIdCellCheckPlugin'
s.version = '3.0.1-SNAPSHOT'
s.summary = 'The WebID cell-check plugin for iOS.'
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/WebIdCellCheckPlugin/3.0.1/WebIdCellCheckPlugin.framework-v3.0.1-SNAPSHOT-171.zip', :sha256 => 'b256722359baa3f8cd6d2d87fba61615f725833a09a0af4dc207eb224e19e095' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework'
s.dependency "WebIdPluginCore", "22.0.1-SNAPSHOT" #branch:snapshots
end