6
0

update AhoyKit podspec template to v6.1.0

This commit is contained in:
Bjarne Knutzen 2024-08-30 10:52:37 +02:00
parent 7855e51d73
commit 29fb4ba089

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'AhoyKit' s.name = 'AhoyKit'
s.version = '6.0.0' s.version = '6.1.0'
s.summary = 'AhoyKit framework for iOS' s.summary = 'AhoyKit framework for iOS'
s.homepage = 'https://github.com/ahoyconference/ahoykit-swift' 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.author = { 'AhoyRTC GmbH' => 'support@ahoyrtc.com' }
s.source = { :git => 'https://github.com/ahoyconference/ahoykit-swift.git', :tag => s.version.to_s } s.source = { :git => 'https://github.com/ahoyconference/ahoykit-swift.git', :tag => s.version.to_s }
s.source = { s.source = {
:http => 'https://demo.ahoyrtc.com/AhoyKit.xcframework.6.0.zip', :http => 'https://demo.ahoyrtc.com/AhoyKit.xcframework.6.1.zip',
:sha256 => 'ca9d0fc2b54eff6d9b90530064a8cf3c1bcefa88251fa8c385aa315794940d48' :sha256 => 'c44ab815e41dc5c7e126d1605e99f6801213fc480771462efb33660988e3b855'
} }
s.ios.vendored_frameworks = 'AhoyKit.xcframework' s.ios.vendored_frameworks = 'AhoyKit.xcframework'