tomaskraina / JSQCoreDataKit

A swifter Core Data stack

Home Page:http://www.jessesquires.com/JSQCoreDataKit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSQCoreDataKit

Build Status Version Status license MIT codecov Platform Carthage compatible

A swifter Core Data stack

About

This library aims to do the following:

  • Provide better interoperability with Swift
  • Harness Swift features and enforce Swift paradigms
  • Bring functional paradigms to Core Data
  • Make Core Data more Swifty
  • Simplify the processes of standing up the Core Data stack
  • Aid in testing your Core Data models
  • Reduce the boilerplate involved with Core Data

Further reading on Core Data:

Requirements

  • Xcode 8
  • Swift 3.0
  • iOS 8.0+
  • OSX 10.10+
  • tvOS 9.0+
  • watchOS 2.0+

Installation

CocoaPods (recommended)

use_frameworks!

# Latest release in CocoaPods
pod 'JSQCoreDataKit'

# Latest on develop branch
pod 'JSQCoreDataKit', :git => 'https://github.com/jessesquires/JSQCoreDataKit.git', :branch => 'develop'
github "jessesquires/JSQCoreDataKit"

Documentation

Read the docs. Generated with jazzy. Hosted by GitHub Pages.

Generate

$ ./build_docs.sh

Preview

$ open index.html -a Safari

Contribute

Please follow these sweet contribution guidelines.

Credits

Created and maintained by @jesse_squires.

License

JSQCoreDataKit is released under an MIT License. See LICENSE for details.

Copyright © 2015-present Jesse Squires.

Please provide attribution, it is greatly appreciated.

About

A swifter Core Data stack

http://www.jessesquires.com/JSQCoreDataKit/

License:Other


Languages

Language:Swift 98.3%Language:Objective-C 0.8%Language:Ruby 0.6%Language:Shell 0.3%