From e742012969c7b590621fa3a8233a50e53c7cd10e Mon Sep 17 00:00:00 2001 From: fpavkovic Date: Thu, 23 May 2024 14:58:52 +0200 Subject: [PATCH] [Add] AhoyKit (6.0.0) --- AhoyKit/6.0.0/AhoyKit.podspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 AhoyKit/6.0.0/AhoyKit.podspec diff --git a/AhoyKit/6.0.0/AhoyKit.podspec b/AhoyKit/6.0.0/AhoyKit.podspec new file mode 100644 index 0000000..10ba329 --- /dev/null +++ b/AhoyKit/6.0.0/AhoyKit.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'AhoyKit' + s.version = '6.0.0' + s.summary = 'AhoyKit 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 = { :git => 'https://github.com/ahoyconference/ahoykit-swift.git', :tag => s.version.to_s } + s.source = { + :http => 'https://demo.ahoyrtc.com/AhoyKit.xcframework.6.0.zip', + :sha256 => 'ca9d0fc2b54eff6d9b90530064a8cf3c1bcefa88251fa8c385aa315794940d48' + } + + s.ios.vendored_frameworks = 'AhoyKit.xcframework' + s.ios.deployment_target = '13.0' + s.swift_version = '5.3' + + #s.dependency "AhoyWebRTC", "1.8.0" + end + \ No newline at end of file