danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Other
1.58k stars 214 forks source link

I need the TAG 2.3.1 to update the Cocoapods spec #66

Closed lucabartoletti closed 10 years ago

lucabartoletti commented 10 years ago

Can you add a tag for the version 2.3.1? I'm trying to update the cocoa pods specs to merge the changes i did in my project.

Thanks.

jotae85 commented 10 years ago

I also need that!

camovb commented 10 years ago

try by doing this:

pod 'DAKeyboardControl', :git => 'https://github.com/danielamitay/DAKeyboardControl'

lucabartoletti commented 10 years ago

In that way i'll download every time the last master version. I want to point to the specific 2.3.1

lucabartoletti commented 10 years ago

@danielamitay Can you help with this?

danielamitay commented 10 years ago

Hey sorry about the delay on this! Tagged 2.3.1!

lucabartoletti commented 10 years ago

Thank you