4
0
2025-07-29 14:14:28 +02:00

24 lines
1.3 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'WebIdPayProductPlugin'
s.version = '20.0.5-SNAPSHOT'
s.summary = 'The WebID pay product-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/redesign-v4-snapshots/de/webid-solutions/WebIdPayProductPlugin/20.0.5/WebIdPayProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip', :sha256 => 'c77bc9a69ba5ed7849234a15e729aa6b383ccd4e1c7c962c09dd9ad4cb689645' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdPayProductPlugin.xcframework'
s.dependency "WebIdIosBankIdentPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdDigitalSigningPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdIosIdentScanPlugin", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots
s.dependency "WebIdOnDeviceDocumentScanner", "20.0.2-SNAPSHOT" #branch:redesign-v4-snapshots
end