-
Notifications
You must be signed in to change notification settings - Fork 34
/
ijkplayerssl.podspec
34 lines (24 loc) · 1.31 KB
/
ijkplayerssl.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
32
33
34
Pod::Spec.new do |s|
s.name = "ijkplayerssl"
s.version = "1.1.4"
s.summary = "ijkplayer ssl framework."
s.description = <<-DESC
bilibili/ijkplayer k0.8.8 IJKMediaFramework ssl 上传到 cococapods
DESC
s.homepage = "https://github.com/iOSDevLog/ijkplayer"
s.license = { :type => "GNU Lesser General Public License v2.1", :text => <<-LICENSE
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
https://github.com/iOSDevLog/ijkplayer/raw/master/LICENSE
LICENSE
}
s.author = { "iosdevlog" => "[email protected]" }
s.social_media_url = "http://weibo.com/iOSDevLog"
s.platform = :ios, "8.0"
s.source = { :http => "https://raw.githubusercontent.com/iOSDevLog/ijkplayer/master/IJKMediaFrameworkWithSSL.framework.zip" }
# s.source = { :http => "https://github.com/iOSDevLog/ijkplayer/releases/download/#{s.version}/IJKMediaFramework.framework.zip" }
s.vendored_frameworks = 'IJKMediaFrameworkWithSSL.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