2024-05-23 14:58:52 +02:00
|
|
|
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'
|
|
|
|
|
2024-05-23 15:00:14 +02:00
|
|
|
s.dependency "AhoyWebRTC", "1.8.0"
|
2024-05-23 14:58:52 +02:00
|
|
|
end
|
|
|
|
|