A swift library for communicating with a Minecraft Server. Currently in development.
MineKit is designed to be used with Swift 5 and higher. To include it in your project add it to your Package.swift
file:
.package(url: "https://github.com/cbyrne/MineKit.git", from "1.0.0")
.target(name: "MyProject", dependencies: ["MineKit"])