KyleGoddard / KGFloatingDrawer

A floating navigation drawer with an interesting animated presentation written in Swift.
MIT License
499 stars 79 forks source link

Version 0.2.0 does not exist #11

Closed mnbayan closed 8 years ago

mnbayan commented 8 years ago

Running pod 'KGFloatingDrawer', '~> 0.2.0' generates an error:

screen shot 2015-10-16 at 9 16 34 pm

Based from tagged version from this repository, version 0.1.3 is the latest.

jocelyngirard commented 8 years ago

+1

KyleGoddard commented 8 years ago

okay, I'll have a look asap.

telip007 commented 8 years ago

same error here!

telip007 commented 8 years ago
bildschirmfoto 2015-10-25 um 19 53 10

Version is not updated :)

telip007 commented 8 years ago

@KyleGoddard

telip007 commented 8 years ago

solution: " pod 'KGFloatingDrawer', :git => 'https://github.com/KyleGoddard/KGFloatingDrawer.git' "

KyleGoddard commented 8 years ago

^ that works as a workaround. Sorry, cocoa pods is giving me some trouble, fix is incoming.

KyleGoddard commented 8 years ago

Okay sorry about that everyone, should be good now.

mnbayan commented 8 years ago

@KyleGoddard , Thanks it's working..