-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathQNRTPlayerKit.podspec
29 lines (24 loc) · 1.17 KB
/
QNRTPlayerKit.podspec
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
28
29
#
# 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.5"
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" => "[email protected]" }
s.source = { :http => "https://sdk-release.qnsdk.com/QNRTPlayerKit-iphoneos-v1.0.5.zip" }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.platform = :ios
s.ios.deployment_target = '12.0'
s.requires_arc = true
s.vendored_frameworks = ['Pod/iphoneos/QNRTPlayerKit.framework']
s.frameworks = ['UIKit', 'AVFoundation', 'CoreGraphics', 'CFNetwork', 'AudioToolbox', 'CoreMedia', 'VideoToolbox']
end