Electrode-iOS / ELRouter

(DEPRECATED) URL router for UIKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

(DEPRECATED) URL router for UIKit.

License:MIT License


Languages

Language:Swift 98.8%Language:Objective-C 1.2%