Skip to content

square1-io/Square1-iOS-CoreData

Repository files navigation

Square1 CoreData

Cocoapods Platform

A collection of helpers to work with CoreData

Prerequisites

  • iOS 10.0+
  • XCode 9+
  • Swift 4+

Installing

Cocoapods

If you're already using Cocoapods in your project, just skip to step 3

  1. Install Cocoapods
  2. Create a Podfile for your project
  3. Make sure you use
use_frameworks!
  1. Add this pod to your Podfile
pod 'Square1CoreData'
  1. Run pod install
  2. Use this import on every file you want to use the pod
import Square1CoreData

Running the tests

  1. Download the source project
  2. Hit Cmd + U to run the tests.

Dependecies

Already handled by pod (run pod install):

Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

To Chris Eidhof, Daniel Eggert and Florian Kugler at objc.io for their value sessions.

About

A collection of helper code to work with CoreData

Resources

License

Stars

Watchers

Forks

Packages

No packages published