Pod::Spec.new do |s| s.name = 'AhoyWebRTC' s.version = '1.8.0' s.summary = 'AhoyWebRTC framework for iOS' s.homepage = 'https://github.com/ahoyconference/ahoykit-swift' s.license = { :type => 'MIT', :text => 'Copyright © 2024 by the guys from ahoy! All Rights Reserved ' } s.author = { 'Governikus GmbH & Co. KG' => 'support@ahoyrtc.com' } s.source = { :http => 'https://demo.ahoyrtc.com/AhoyWebRTC.xcframework.1.8.zip', :sha256 => '8649f9ec04afedb6c14c762f4427edaa1f22cf9992258fd4f093fbb44d40a7b8' } s.vendored_frameworks = 'AhoyWebRTC.xcframework' s.ios.deployment_target = '10.0' s.swift_version = '5.3' end