Swiftpack.co - richardpiazza/CoreDataPlus as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by richardpiazza.
richardpiazza/CoreDataPlus 0.2.0
A collection of extensions and helpers for working with Core Data.
⭐️ 0
🕓 2 years ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/richardpiazza/CoreDataPlus.git", from: "0.2.0")

CoreDataPlus

A collection of extensions and helpers for working with Core Data.

Twitter: @richardpiazza

Installation

CoreDataPlus is distributed using the Swift Package Manager. To install it into a project, add it as a dependency within your Package.swift manifest:

let package = Package(
    ...
    dependencies: [
        .package(url: "https://github.com/richardpiazza/CoreDataPlus.git", .upToNextMinor(from: "0.1.0")
    ],
    ...
)

Then import the CoreDataPlus packages wherever you'd like to use it:

import CoreDataPlus

GitHub

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

Related Packages

Release Notes

CoreDataPlus 0.2.0
2 years ago

A few minor tweaks to the repository and a collection of new synchronous functions on NSManagedObjectContext.

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