From 29fb4ba0893df13d53c01a589c812f8ee54f40ee Mon Sep 17 00:00:00 2001 From: Bjarne Knutzen Date: Fri, 30 Aug 2024 10:52:37 +0200 Subject: [PATCH] update AhoyKit podspec template to v6.1.0 --- templates/Ahoy/AhoyKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/Ahoy/AhoyKit.podspec b/templates/Ahoy/AhoyKit.podspec index 0675059..aa282ba 100644 --- a/templates/Ahoy/AhoyKit.podspec +++ b/templates/Ahoy/AhoyKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AhoyKit' - s.version = '6.0.0' + s.version = '6.1.0' s.summary = 'AhoyKit framework for iOS' s.homepage = 'https://github.com/ahoyconference/ahoykit-swift' @@ -8,8 +8,8 @@ Pod::Spec.new do |s| 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.0.zip', - :sha256 => 'ca9d0fc2b54eff6d9b90530064a8cf3c1bcefa88251fa8c385aa315794940d48' + :http => 'https://demo.ahoyrtc.com/AhoyKit.xcframework.6.1.zip', + :sha256 => 'c44ab815e41dc5c7e126d1605e99f6801213fc480771462efb33660988e3b855' } s.ios.vendored_frameworks = 'AhoyKit.xcframework'