Created
June 28, 2013 15:59
-
-
Save marcdown/5885794 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
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