6
0

[Add] WebIdCellCheckPlugin (1.0.0-SNAPSHOT)

This commit is contained in:
mac-mini-003 2025-11-11 20:45:18 +01:00
parent c153bbd745
commit 8c892da44f

View File

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