From 7855e51d7320c9f6fd15c2e789e9c6511ee1ffc8 Mon Sep 17 00:00:00 2001 From: Bjarne Knutzen Date: Fri, 30 Aug 2024 10:43:54 +0200 Subject: [PATCH] [Update] AhoyKit (6.1.0) --- AhoyKit/6.1.0/AhoyKit.podspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 AhoyKit/6.1.0/AhoyKit.podspec diff --git a/AhoyKit/6.1.0/AhoyKit.podspec b/AhoyKit/6.1.0/AhoyKit.podspec new file mode 100644 index 0000000..aa282ba --- /dev/null +++ b/AhoyKit/6.1.0/AhoyKit.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'AhoyKit' + s.version = '6.1.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 = { 'AhoyRTC GmbH' => '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.1.zip', + :sha256 => 'c44ab815e41dc5c7e126d1605e99f6801213fc480771462efb33660988e3b855' + } + + 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