evnaz / ENSwiftSideMenu

A simple side menu for iOS written in Swift.
MIT License
1.82k stars 282 forks source link

Wrong tag to download lib using cocoapods #154

Open rojasbjm opened 8 years ago

rojasbjm commented 8 years ago

Hi! I'm having issues migrating this pod to Swift 3.0 on my project. I downloaded this lib using pod update to pod 'ENSwiftSideMenu', '~> 0.1.1' in my Podfile. The master branch already has the files I need (changes like open instead of public in classes to be Swift 3 compatible), but it seems that tag 0.1.1 was created on March 27 and podspec file is pointing to that tag, but that tag doesn't have the latest changes on master (I mean, it's outdated). Could you help me to fix that? Is this a layer 8 issue? or am I doing something wrong? or am I completely wrong? 🤔 BTW great lib! Very simple and useful!