Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 704 Bytes

File metadata and controls

28 lines (14 loc) · 704 Bytes

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, catshive@gmail.com

License

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