-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathijkplayer.podspec
executable file
·31 lines (21 loc) · 1011 Bytes
/
ijkplayer.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
30
31
Pod::Spec.new do |s|
s.name = "ijkplayer"
s.version = "1.1.4"
s.summary = "ijkplayer framework."
s.description = <<-DESC
bilibili/ijkplayer k0.8.8 IJKMediaFramework 上传到 cococapods
DESC
s.homepage = "https://gitee.com/changsanjiang/ijkplayer"
s.license = { :type => "GNU Lesser General Public License v2.1", :text => <<-LICENSE
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
LICENSE
}
s.author = { "changsanjiang" => "[email protected]" }
s.platform = :ios, "12.0"
s.source = { :git => 'https://gitee.com/changsanjiang/ijkplayer.git' }
s.vendored_frameworks = 'IJKMediaFramework.framework'
s.frameworks = "AudioToolbox", "AVFoundation", "CoreGraphics", "CoreMedia", "CoreVideo", "MobileCoreServices", "OpenGLES", "QuartzCore", "VideoToolbox", "Foundation", "UIKit", "MediaPlayer"
s.libraries = "bz2", "z", "stdc++"
s.requires_arc = true
end