forked from nevyn/SPMediaKeyTap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSPMediaKeyTap.podspec
More file actions
25 lines (21 loc) · 902 Bytes
/
SPMediaKeyTap.podspec
File metadata and controls
25 lines (21 loc) · 902 Bytes
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
#
# Be sure to run `pod spec lint NAME.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about the attributes see http://docs.cocoapods.org/specification.html
#
Pod::Spec.new do |s|
s.name = 'SPMediaKeyTap'
s.version = '0.1.2'
s.summary = 'SPMediaKeyTap is a global event tap for the play/pause, prev and next keys on the keyboard.'
s.homepage = 'https://github.com/Coppertino/SPMediaKeyTap'
s.license = 'MIT'
s.author = { 'Joachim Bengtsson' => 'joachimb@gmail.com' }
s.source = { :git => "https://github.com/Coppertino/SPMediaKeyTap.git", :tag => s.version.to_s }
s.platform = :osx, '10.7'
s.osx.deployment_target = '10.7'
s.requires_arc = false
s.source_files = 'Classes/**/*.{m,h}'
s.osx.exclude_files = 'Classes/ios'
s.public_header_files = 'Classes/**/*.h'
end