michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/
zlib License
5.81k stars 925 forks source link

Increase Cocoa Pods Version #261

Closed zerox1212 closed 6 years ago

zerox1212 commented 6 years ago

Please update the podspec so that running pod update TPKeyboardAvoiding will grab the latest code (which has some iOS 11 fixes in my case).

Cocoapods Version hasn't been updated in a year...

Current workaround is to directly reference git in the pod file: pod 'TPKeyboardAvoiding', :git => 'https://github.com/michaeltyson/'TPKeyboardAvoiding.git'

OliverDobner-flinc commented 6 years ago

We are missing a new release, not only a pod spec update. 😏 I need this too.

michaeltyson commented 6 years ago

Done!