2026-02-24 09:35:03 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdCellCheckPlugin'
|
|
|
|
|
s.version = '2.0.4-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
|
2026-03-09 17:59:26 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.4/WebIdCellCheckPlugin.framework-v2.0.4-SNAPSHOT-130.zip', :sha256 => '6a74c8bd52d22f222bba8544f35c2b894baa2227a500cf55132feee46b91321b' }
|
2026-02-24 09:35:03 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework'
|
|
|
|
|
|
2026-03-09 17:59:26 +01:00
|
|
|
s.dependency "WebIdPluginCore", "21.0.4-SNAPSHOT" #branch:snapshots
|
2026-02-24 09:35:03 +01:00
|
|
|
end
|