micheltlutz / MLKit

Simple utils for my personal Swift projetcts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLKit

A description of this package.

Usage

From Package.swift

import PackageDescription

let package = Package(
    name: "MyProject",
    products: [
        .library(
            name: "MyProject",
            targets: ["MyProject"]),
    ],
    dependencies: [
        .package(url: "https://github.com/micheltlutz/MLKit", from: "0.0.1")
    ],
    targets: [
        .target(
            name: "MyProject",
            dependencies: ["MLKit"]
    ]
)

From Xcode

About

Simple utils for my personal Swift projetcts


Languages

Language:Swift 100.0%