Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathijkplayer.podspec
More file actions
Latest commit
34 lines (24 loc) · 1.2 KB
/
Copy pathijkplayer.podspec
File metadata and controls
34 lines (24 loc) · 1.2 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
28
29
30
31
32
33
34
Pod::Spec.newdo |s|
s.name="ijkplayer"
s.version="1.1.3"
s.summary="ijkplayer framework."
s.description=<<-DESC
bilibili/ijkplayer k0.8.8 IJKMediaFramework 上传到 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"=>"iosdevlog@iosdevlog.com"}
s.social_media_url="http://weibo.com/iOSDevLog"
s.platform=:ios,"7.0"
s.source={:http=>""}
# s.source = { :http => "https://github.com/iOSDevLog/ijkplayer/releases/download/#{s.version}/IJKMediaFramework.framework.zip" }
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