diff --git a/AhoyWebRTC/1.8.0/AhoyWebRTC.podspec b/AhoyWebRTC/1.8.0/AhoyWebRTC.podspec new file mode 100644 index 0000000..8fa2e1d --- /dev/null +++ b/AhoyWebRTC/1.8.0/AhoyWebRTC.podspec @@ -0,0 +1,17 @@ +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