6
0
SnapshotsSpecs/WebIdIosIdentScanPlugin/20.3.6-SNAPSHOT/WebIdIosIdentScanPlugin.podspec
2025-10-30 14:38:49 +01:00

22 lines
1.1 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdIosIdentScanPlugin'
s.version = '20.3.6-SNAPSHOT'
s.summary = 'The WebID IdentScan 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/WebIdIosIdentScanPlugin/20.3.6/WebIdIosIdentScanPlugin.framework-v20.3.6-SNAPSHOT-1510.zip', :sha256 => '3b299eb2be0d63e69ed30c127593598f6ae2bcc06ed210a08ca43bd48d854627' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework'
s.dependency "WebIdDocumentScanner", "20.3.6-SNAPSHOT" #branch:snapshots
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:experimental
end