2025-10-08 13:36:02 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
s.name = 'WebIdIosIdentScanPlugin'
|
|
|
|
|
s.version = '20.3.5-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
|
2025-10-09 18:07:21 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.3.5/WebIdIosIdentScanPlugin.framework-v20.3.5-SNAPSHOT-1507.zip', :sha256 => '3aed9a876e41bb3699e0963a2df5c6335c15a506d6205fe55c6c15f1b68b95be' }
|
2025-10-08 13:36:02 +02:00
|
|
|
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.5-SNAPSHOT" #branch:snapshots
|
|
|
|
|
s.dependency "WebIdPluginCore", "20.3.1-SNAPSHOT" #branch:snapshots
|
|
|
|
|
end
|