Skip to content

Installation

yassir RAMDANI edited this page Nov 27, 2020 · 1 revision

SwiParse is distributed as a Swift Package using SPM.

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

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

SwiParse will support other dependency managers soon.

Clone this wiki locally