2025-11-11 20:45:18 +01:00
|
|
|
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
|
2025-11-18 11:03:57 +01:00
|
|
|
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-78.zip', :sha256 => '041227158e03bb56dabe150668b83f3c70b7b3a67e7ccf9ab03f7f4e6085abac' }
|
2025-11-11 20:45:18 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
|
s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework'
|
|
|
|
|
|
2025-11-12 11:43:51 +01:00
|
|
|
s.dependency "WebIdPluginCore", "20.3.2-SNAPSHOT" #branch:snapshots
|
2025-11-11 20:45:18 +01:00
|
|
|
end
|