-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathAVPlayerOverlay.podspec
19 lines (19 loc) · 1.03 KB
/
AVPlayerOverlay.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'AVPlayerOverlay'
s.version = '1.10.5'
s.summary = 'AVPlayer with custom controls and full screen features.'
s.license = 'MIT'
s.authors = { 'Danilo Priore' => 'support@prioregroup.com' }
s.homepage = 'https://github.com/priore/AVPlayerOverlay'
s.social_media_url = 'https://twitter.com/danilopriore'
s.ios.deployment_target = '7.1'
s.requires_arc = true
s.authors = { 'Danilo Priore' => 'support@prioregroup.com' }
s.homepage = 'https://github.com/priore/AVPlayerOverlay'
s.social_media_url = 'https://twitter.com/danilopriore'
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.public_header_files = 'AVPlayerOverlay/AVPlayer/*.h'
s.dependency 'UIView+draggable'
end