ReleasesSpecs/WebIdCellCheckPlugin/2.0.1/WebIdCellCheckPlugin.podspec

21 lines
969 B
Plaintext
Raw Normal View History

2026-01-08 20:57:01 +01:00
Pod::Spec.new do |s|
s.name = 'WebIdCellCheckPlugin'
s.version = '2.0.1'
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/releases/de/webid-solutions/WebIdCellCheckPlugin/2.0.1/WebIdCellCheckPlugin.framework-v2.0.1.zip', :sha256 => 'f9b644aa5935e3787033e279f775014509479c85ae5463c56a87a8ab02d18091' }
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.1"
end