evnaz / ENSwiftSideMenu

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

Cocoapods needs update #176

Open tomatealbertini opened 6 years ago

tomatealbertini commented 6 years ago

Using the lib from cocoapods the source code is not updated to Swift 4. If I download and put manually in the project everything is ok.

omerozk commented 6 years ago

you can also add that to your podfile but don't forget to remove the extra parameters when the pod is updated ;)

pod 'ENSwiftSideMenu', :git => 'https://github.com/evnaz/ENSwiftSideMenu.git', :tag => '0.1.3'

CocoaPods Guide