Note: This framework has been deprecated. It is no longer being actively maintained and will not be updated for future versions of Swift or iOS.
ELRouter.framework. A URL router for UIKit.
ELRouter requires Swift 4, Xcode 10, and depends on ELFoundation
.
Install by adding ELRouter.xcodeproj
to your project and configuring your target to link ELRouter.framework
from ELRouter
target.
There are two target that builds ELRouter.framework
.
ELRouter
: Creates dynamically linkedELRouter.framework.
ELRouter_static
: Creates statically linkedELRouter.framework
.