2025-08-04 12:03:08 +02:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdIosIdentScanPlugin'
|
|
|
|
s.version = '20.1.2-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-08-21 11:51:04 +02:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.1.2/WebIdIosIdentScanPlugin.framework-v20.1.2-SNAPSHOT-1466.zip', :sha256 => '59739591f3932568c564289ccb66bb57850dd4c69966489c61a22491bde76c35' }
|
2025-08-04 12:03:08 +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.1.2-SNAPSHOT" #branch:redesign-v4-snapshots
|
2025-08-11 16:01:07 +02:00
|
|
|
s.dependency "WebIdPluginCore", "20.1.1-SNAPSHOT" #branch:redesign-v4-snapshots
|
2025-08-04 12:03:08 +02:00
|
|
|
end
|