Pod::Spec.new do |s| s.name = 'WebIdCellCheckPlugin' s.version = '100.0.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/experimental/de/webid-solutions/WebIdCellCheckPlugin/100.0.1/WebIdCellCheckPlugin.framework-v100.0.1-SNAPSHOT-101.zip', :sha256 => '88e4063a0074e989e09a6ba6efdbf114f7b946091572210cb9f3ef232addf9f5' } s.swift_versions = ['5.5'] s.frameworks = 'UIKit' s.ios.deployment_target = '13.0' s.ios.vendored_frameworks = 'WebIdCellCheckPlugin.xcframework' s.dependency "WebIdPluginCore", "200.4.1-SNAPSHOT" #branch:experimental end