danielamitay/DAKeyboardControl

CocoaPod spec out of date

Closed this issue · 2 comments

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'

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.

Thank you very much!