Skip to content

Instantly share code, notes, and snippets.

@marcdown
Created June 28, 2013 15:59
Show Gist options
  • Save marcdown/5885794 to your computer and use it in GitHub Desktop.
Save marcdown/5885794 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'DAKeyboardControl'
s.version = '2.2.0'
s.platform = :ios
s.license = 'MIT'
s.summary = 'Easily add keyboard awareness and scrolling dismissal.'
s.homepage = 'https://github.com/danielamitay/DAKeyboardControl'
s.author = { 'Daniel Amitay' => 'hello@danielamitay.com' }
s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git' }
s.description = 'DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView subclass with only 1 line of code.'
s.source_files = 'DAKeyboardControl/*.{h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment