Skip to content

Commit 16087d7

Browse files
authored
Merge pull request #3 from Superbil/change-github-archive
Change to use github archive path
2 parents bc3be5a + e6861bd commit 16087d7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ijkplayer.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ bilibili/ijkplayer k0.8.3 IJKMediaFramework 上传到 cococapods
2121

2222
s.platform = :ios, "7.0"
2323

24-
s.source = { :http => "https://raw.githubusercontent.com/iOSDevLog/ijkplayer/master/IJKMediaFramework.framework.zip" }
24+
s.source = { :http => "https://github.com/iOSDevLog/ijkplayer/archive/1.0.0.zip" }
25+
26+
s.vendored_frameworks = 'IJKMediaFramework.framework'
2527

26-
s.ios.vendored_frameworks = 'IJKMediaFramework.framework'
2728
s.frameworks = "AudioToolbox", "AVFoundation", "CoreGraphics", "CoreMedia", "CoreVideo", "MobileCoreServices", "OpenGLES", "QuartzCore", "VideoToolbox", "Foundation", "UIKit", "MediaPlayer"
2829
s.libraries = "bz2", "z", "stdc++"
2930

0 commit comments

Comments
 (0)