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!
Hi! I'm having issues migrating this pod to Swift 3.0 on my project. I downloaded this lib using
pod update
topod 'ENSwiftSideMenu', '~> 0.1.1'
in my Podfile. The master branch already has the files I need (changes likeopen
instead ofpublic
in classes to be Swift 3 compatible), but it seems that tag0.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!