Skip to content

Instantly share code, notes, and snippets.

@marcdown
Created March 31, 2013 22:18
Show Gist options
  • Save marcdown/5282229 to your computer and use it in GitHub Desktop.
Save marcdown/5282229 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'DAKeyboardControl'
s.version = '1.0'
s.homepage = 'https://github.com/danielamitay/DAKeyboardControl'
s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git', :commit => '6248e9f888' }
s.source_files = 'DAKeyboardControl/DAKeyboardControl.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment