-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathQNRTPlayerKit-Universal.podspec
More file actions
27 lines (22 loc) · 1.02 KB
/
QNRTPlayerKit-Universal.podspec
File metadata and controls
27 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Be sure to run `pod lib lint QNRTPlayerKit.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "QNRTPlayerKit"
s.version = "1.0.6"
s.summary = "Pili iOS quic video player SDK, HLS video streaming supported."
s.homepage = "https://github.com/pili-engineering/QNRTPlayer-iOS"
s.license = 'Apache License, Version 2.0'
s.author = { "pili" => "pili-coresdk@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/QNRTPlayerKit-universal-v1.0.6.zip" }
s.platform = :ios
s.ios.deployment_target = '12.0'
s.requires_arc = true
s.vendored_frameworks = ['Pod/universal/QNRTPlayerKit.framework']
s.frameworks = ['UIKit', 'AVFoundation', 'CoreGraphics', 'CFNetwork', 'AudioToolbox', 'CoreMedia', 'VideoToolbox']
end