yeeth / Multiaddr.swift

Multiaddr implementation in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiaddr.swift

Build Status License

This repository implements Multiaddr in Swift.

Getting Started

This library is built with the consideration of keeping it easy to include in your projects.

Import

The Multiaddr.swift package can be easily imported into your project using the swift package manager.

dependencies: [
    .package(url: "https://github.com/yeeth/Multiaddr.swift.git", from: "1.0.0"),
],
targets: [
    .target(name: "MyTarget", dependencies: ["Multiaddr"]),
]

Usage

// @todo

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Multiaddr implementation in Swift

License:MIT License


Languages

Language:Swift 100.0%