2024-12-20 13:17:45 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'WebIdIosIdentScanPlugin'
|
|
|
|
s.version = '12.3.0-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-01-15 17:46:16 +01:00
|
|
|
s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.0/WebIdIosIdentScanPlugin.framework-v12.3.0-SNAPSHOT-1317.zip', :sha256 => '2d48bff76b8bf019b7fd9c1492e83ff53540d433650171940ee943fa114cf59a' }
|
2024-12-20 13:17:45 +01:00
|
|
|
s.swift_versions = ['5.5']
|
|
|
|
|
|
|
|
s.frameworks = 'UIKit'
|
|
|
|
|
|
|
|
s.ios.deployment_target = '13.0'
|
|
|
|
s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework'
|
|
|
|
|
|
|
|
s.dependency "WebIdDocumentScanner", "12.3.0-SNAPSHOT" #branch:snapshots
|
|
|
|
s.dependency "WebIdPluginCore", "12.1.0-SNAPSHOT" #branch:snapshots
|
|
|
|
end
|