Skip to content

Commit

Permalink
fix zfplayer compile problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Oct 28, 2018
1 parent e515034 commit 013b45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuickWebKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ Pod::Spec.new do |s|
sss.source_files = 'QuickWebKit/QuickWebPlugins/QuickWebJSBridgePlugin/Proxies/ExtProxies/QuickWebJSBridgeVideoPlayProxy.{h,m}'
sss.public_header_files = 'QuickWebKit/QuickWebPlugins/QuickWebJSBridgePlugin/Proxies/ExtProxies/QuickWebJSBridgeVideoPlayProxy.{h}'
sss.dependency 'QuickWebKit/QuickWebViewController'
sss.dependency 'ZFPlayer/AVPlayer'
sss.dependency 'ZFPlayer/ControlView'
sss.dependency 'ZFPlayer/AVPlayer', '~> 3.1.8'
sss.dependency 'ZFPlayer/ControlView', '~> 3.1.8'
end

ss.subspec 'QuickWebJSBridgePushMessageProxy' do |sss|
Expand Down

0 comments on commit 013b45f

Please sign in to comment.