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-22 15:46:28 +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-1326.zip', :sha256 => '8f8f5e67aa0c7f56e624c09fffa47bfe6c2e1f89b080669da89d9f70acc7d000' }
|
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
|