Swiftpack.co - m-housh/DataModelUtils as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by m-housh.
m-housh/DataModelUtils 0.1.6
Utilities for representing data models in SwiftUI.
⭐️ 0
🕓 4 years ago
iOS macOS
.package(url: "https://github.com/m-housh/DataModelUtils.git", from: "0.1.6")

DataModelUtils

Utilities for representing data models in SwiftUI.

Usage


Require the package in your Package.swift file or through Xcode.

Package.swift

    let package = Package(
        ...
        platforms: [
            .macOS(.v10_15),
            .iOS(.v13),
        ],
        dependencies: [
            ...
            .package(url: "https://github.com/m-housh/DataModelUtils.git", from: "0.1.0"),
        ],
        targets: [
            .target(name: "MyPackage", dependencies: ["DataModelUtils", ...]),
            ...
        ]
    )

See tests for more details

GitHub

link
Stars: 0
Last commit: 4 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics