Skip to content

Electrode-iOS/ELRouter

Repository files navigation

ELRouter

Build Status Carthage Compatible

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.

Requirements

ELRouter requires Swift 4, Xcode 10, and depends on ELFoundation.

Installation

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.

  1. ELRouter: Creates dynamically linked ELRouter.framework.
  2. ELRouter_static: Creates statically linked ELRouter.framework.