-
-
Notifications
You must be signed in to change notification settings - Fork 200
/
DisplayCriteria.podspec
22 lines (19 loc) · 966 Bytes
/
DisplayCriteria.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'DisplayCriteria'
s.version = '1.1.0'
s.summary = 'Video Player Using Swift, based on AVPlayer,FFmpeg'
s.description = <<-DESC
Video Player Using Swift, based on ffmpeg, support for the horizontal screen, vertical screen, the upper and lower slide to adjust the volume, the screen brightness, or so slide to adjust the playback progress.
DESC
s.homepage = 'https://github.com/kingslay/KSPlayer'
s.authors = { 'kintan' => '[email protected]' }
s.license = 'MIT'
s.source = { :git => 'https://github.com/kingslay/KSPlayer.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
# s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '13.0'
s.static_framework = true
s.source_files = 'Sources/DisplayCriteria/**/*'
s.frameworks = 'AVFoundation'
end