Skip to content

CoreDataHero is a lightweight package for setting up and managing a Core Data stack.

License

Notifications You must be signed in to change notification settings

spothero/CoreDataHero-iOS

Repository files navigation

CoreDataHero-iOS

CI Status Latest Release Swift Version Platform Support License

CoreDataHero is a lightweight package for setting up and managing a Core Data stack.

⚠️ The code in this library has been provided as-is. SpotHero uses this library in Production, but it may lack the documentation, stability, and functionality necessary to support external use. While we work on improving this codebase, use this library at your own risk and please reach out if you have any questions or feedback.

Installation

Swift Package Manager

Swift Package Manager is built into the Swift toolchain and is our preferred way of integrating the SDK.

For Swift package projects, simply add the following line to your Package.swift file in the dependencies section:

dependencies: [
  .package(url: "https://github.com/spothero/CoreDataHero-iOS", .upToNextMajor(from: "<version>")),
]

For app projects, simply follow the Apple documentation on adding package dependencies to your app.

Communication

For all bug reports, feature requests, and general communication, please open an issue to get in contact with us.

About

CoreDataHero is a lightweight package for setting up and managing a Core Data stack.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published