Swift 2.2 and Xcode 7.3.1
zoufishanmehdi opened this issue · 2 comments
zoufishanmehdi commented
Hi, can we still use Swifty Drop with Swift 2.2 and Xcode 7.3.1? I installed pod 'SwiftyDrop', '~>2.0'
previously, but the following method doesn't seem to work anymore.
Drop.down(message) { print("Action fired!") }
morizotter commented
Hi! Thanks for using SwiftyDrop.
The last Swift2.2 release is 2.4.2
so please specify version in Podfile. Please try to change your '~>2.0'
part to '2.4.2'
. You can see the release with compatible Swift version in releases tab.
I think it still runs now. But the older version was not well maintained. 💧
morizotter commented
Swift2.2 version is not supported now. I'll close 👍
Thanks :)