Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed Mar 27, 2017
1 parent a1a0b86 commit 8326217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions AVPlayerOverlay.podspec
Expand Up @@ -14,7 +14,6 @@ Pod::Spec.new do |s|
s.source = { git: 'https://github.com/priore/AVPlayerOverlay.git', :tag => "v#{s.version}" }
s.frameworks = 'AVFoundation', 'CoreMedia', 'AVKit'
s.source_files = 'AVPlayerOverlay/AVPlayer/*.{h,m}'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/Headers/Public/UIView+draggable',
'OTHER_LDFLAGS' => '"$(inherited)" "-ObjC" "-lUIView+draggable"' }
s.public_header_files = 'AVPlayerOverlay/AVPlayer/*.h'
s.dependency 'UIView+draggable'
end
2 changes: 1 addition & 1 deletion AVPlayerOverlay/AVPlayer/AVPlayerOverlayVC.m
Expand Up @@ -7,7 +7,7 @@
#import "AVPlayerOverlayVC.h"
#import "AVPlayerPIPOverlayVC.h"
#import "SubtitlePackage.h"
#import <UIView+draggable/UIView+draggable.h>
#import "UIView+draggable.h"

@import AVFoundation;
@import MediaPlayer;
Expand Down

0 comments on commit 8326217

Please sign in to comment.