6
0

[Update] WebIdCellCheckPlugin (2.0.5-SNAPSHOT)

This commit is contained in:
mac-mini-003 2026-03-10 14:44:33 +01:00
parent cb5e5b9226
commit 144a95238f

View File

@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'WebIdCellCheckPlugin'
s.version = '2.0.5-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/2.0.5/WebIdCellCheckPlugin.framework-v2.0.5-SNAPSHOT-133.zip', :sha256 => 'f3262a478ad6ab4dcb1804aa8850f96d9c3a8e83e42ff8c63ed2553caef5a6e8' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework'
s.dependency "WebIdPluginCore", "21.0.6-SNAPSHOT" #branch:snapshots
end