Skip to content

keybuk/FifthEdition

Repository files navigation

FifthEdition

Build Status

Swift support for 5eTools schema

Adding FifthEdition as a Dependency

Xcode

In Xcode, add FifthEdition with: FileAdd Package Dependencies… and input the package URL:

https://github.com/keybuk/FifthEdition

SwiftPM

To use the FifthEdition library in a SwiftPM project, add the following line to the dependencies in your Package.swift file:

.package(url: "https://github.com/keybuk/FifthEdition", from: "0.0.0"),

Include "FifthEdition" as a dependency for your executable target:

.target(name: "<target>", dependencies: [
    "FifthEdition",
]),

Usage

Add import FifthEdition to your source code.

Documentation

API Documentation.

About

Swift support for 5eTools schema

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages