6
0
SnapshotsSpecs/WebIdCellCheckPlugin/2.1.1-SNAPSHOT/WebIdCellCheckPlugin.podspec

21 lines
992 B
Plaintext
Raw Permalink Normal View History

Pod::Spec.new do |s|
s.name = 'WebIdCellCheckPlugin'
s.version = '2.1.1-SNAPSHOT'
s.summary = 'The WebID cell-check 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/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.1.1/WebIdCellCheckPlugin.framework-v2.1.1-SNAPSHOT-155.zip', :sha256 => 'a60e0a0f9aa0a127de1d7c7604d9db62cde31caa278b28892a1b1cb0dc06ca62' }
s.swift_versions = ['5.5']
s.frameworks = 'UIKit'
s.ios.deployment_target = '13.0'
s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework'
s.dependency "WebIdPluginCore", "22.0.0"
end