6
0
SnapshotsSpecs/WebIdCellCheckPlugin/1.0.1-SNAPSHOT/WebIdCellCheckPlugin.podspec
2026-01-08 13:32:24 +01:00

21 lines
1019 B
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdCellCheckPlugin'
s.version = '1.0.1-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.1/WebIdCellCheckPlugin.framework-v1.0.1-SNAPSHOT-113.zip', :sha256 => '98f27735c6d79dbf22ff26a442318a228c9e18bd856e1750d1fcc8081a718a7a' }
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-SNAPSHOT" #branch:snapshots
end