Skip to content

catshive/CCCoreDataStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCCoreDataStore

A class that sets up a CoreData stack and provides a simple API for fetching, changing and saving CoreData objects.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

CCCoreDataStore uses parent/child contexts. iOS 5.0 or greater is required.

Installation

Copy CCCoreDataStore.h and CCCoreDataStore.m into your Xcode project and link to the CoreData framework.

If you're using CocoaPods, add the following line to your Podfile:

pod "CCCoreDataStore"

Author

Cathy Shive, [email protected]

License

CCCoreDataStore is available under the MIT license. See the LICENSE file for more info.

About

A simple and functional CoreData wrapper.

Resources

License

Stars

Watchers

Forks

Packages

No packages published