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

CocoaPod spec out of date #35

Closed gcerquant closed 11 years ago

gcerquant commented 11 years ago

The cocoapod spec has a hard-coded commit number.
This means that anybody who used CocoaPod to install DAKeyboardControl in their project was stuck with a 5 months-old revision. This includes several tickets, with some of the crash related.

Waiting for an update on cocoapod repo, you can use this in your Podfile:

pod 'DAKeyboardControl', :podspec => 'https://raw.github.com/gcerquant/Specs/61dcb82c10fef0254934a5a010cc7ab5a2c2d0e0/DAKeyboardControl/0.0.1/DAKeyboardControl.podspec'
danielamitay commented 11 years ago

I've added a podspec to DAKeyboardControl's repo, which should remind me to be dutiful with my semantic tags and the podspec itself.

I have added the new podspec to the Specs repo.

gcerquant commented 11 years ago

Thank you very much!