-
Notifications
You must be signed in to change notification settings - Fork 0
/
THEOliveSDK.podspec
14 lines (14 loc) · 1.13 KB
/
THEOliveSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = 'THEOliveSDK'
s.version = '3.18.6'
s.swift_version = '5.8.1'
s.author = 'THEO Technologies'
s.license = { :type => 'Commercial', :text => 'SEE LICENSE AT https://www.theoplayer.com/terms' }
s.homepage = 'https://developers.theo.live/docs/welcome'
s.source = { :http => 'https://cdn.theo.live/artifacts/apple/THEOlive-3.18.6.xcframework.zip', :sha256 => 'ea7bb4b48671ad9a2c50dfb1b7145ff3b15fd09894242146878bf4c2767b1177' }
s.summary = 'The THEOlive SDK provides HTTP-based, low latency streaming to any number of iOS devices.'
s.description = "Interactive entertainment, sports betting, iGaming, ... can rely on the HTTP-based streaming API of THEOlive to scale their low latency video services to a global audience, enabling cutting-edge video to any iOS device in the world. For more info, please visit https://www.theoplayer.com/product/theolive"
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.vendored_frameworks = 'THEOliveSDK.xcframework'
end