Skip to content

Installation

yassir RAMDANI edited this page Sep 14, 2020 · 2 revisions

SwiLex is distributed as a Swift Package using SPM.

To install SwiLex, add the following line to the dependencies list in your Package.swift:

.package(url: "https://github.com/yassram/SwiLex.git", .upToNextMinor(from: "1.0.0")),

SwiLex will support other dependency managers soon.

Clone this wiki locally