diff --git a/WebIdVideoIdentPlugin/22.1.0/WebIdVideoIdentPlugin.podspec b/WebIdVideoIdentPlugin/22.1.0/WebIdVideoIdentPlugin.podspec new file mode 100644 index 0000000..99117c6 --- /dev/null +++ b/WebIdVideoIdentPlugin/22.1.0/WebIdVideoIdentPlugin.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = 'WebIdVideoIdentPlugin' + s.version = '22.1.0' + s.summary = 'The WebID video-ident 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/releases/de/webid-solutions/WebIdVideoIdentPlugin/22.1.0/WebIdVideoIdentPlugin.framework-v22.1.0.zip', :sha256 => 'ae48c6699f74c57b164ee1b5a86389182183d6710bde2af11c4fbb19f9018a6a' } + s.swift_versions = ['5.5'] + + s.frameworks = 'UIKit' + + s.ios.deployment_target = '13.0' + s.ios.vendored_frameworks = 'WebIdVideoIdentPlugin.xcframework' + + s.dependency "WebIdPluginCore", "21.2.0" + s.dependency "AhoyKit", "6.1.0" + s.dependency "AhoyWebRTC", "1.8.0" +end