diff --git a/WebIdIosIdentScanPlugin/220.1.2-SNAPSHOT/WebIdIosIdentScanPlugin.podspec b/WebIdIosIdentScanPlugin/220.1.2-SNAPSHOT/WebIdIosIdentScanPlugin.podspec new file mode 100644 index 0000000..22c8096 --- /dev/null +++ b/WebIdIosIdentScanPlugin/220.1.2-SNAPSHOT/WebIdIosIdentScanPlugin.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'WebIdIosIdentScanPlugin' + s.version = '220.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 + s.source = { :http => 'https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/220.1.2/WebIdIosIdentScanPlugin.framework-v220.1.2-SNAPSHOT-1762.zip', :sha256 => 'd293999e2d300bbd6131fa16bf824e37350a11b17699845f935b822960b84d1f' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdIosIdentScanPlugin.xcframework' + + s.dependency "WebIdDocumentScanner", "220.1.2-SNAPSHOT" #branch:experimental + s.dependency "WebIdPluginCore", "210.2.0-SNAPSHOT" #branch:experimental +end