Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kosoku/baxter

Baxter is a iOS/macOS/tvOS/watchOS framework that extends the CoreData framework.
https://github.com/kosoku/baxter

coredata ios macos tvos watchos

Last synced: 21 days ago
JSON representation

Baxter is a iOS/macOS/tvOS/watchOS framework that extends the CoreData framework.

Awesome Lists containing this project

README

        

## Baxter

[![Build Status](https://travis-ci.org/Kosoku/Baxter.svg?branch=master)](https://travis-ci.org/Kosoku/Baxter)
[![codecov.io](http://codecov.io/github/Kosoku/Baxter/branch/master/graphs/badge.svg)](http://codecov.io/github/Kosoku/Baxter)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](http://img.shields.io/cocoapods/v/Baxter.svg)](http://cocoapods.org/?q=Baxter)
[![Platform](http://img.shields.io/cocoapods/p/Baxter.svg)]()
[![License](http://img.shields.io/cocoapods/l/Baxter.svg)](https://github.com/Kosoku/Baxter/blob/master/license.txt)

*Baxter* is a iOS/macOS/tvOS/watchOS framework that extends the `CoreData` framework. It provides methods to simplify fetching and importing. It relies on the [Stanley](https://github.com/Kosoku/Stanley) framework.

### Installation

You can install *Baxter* using [cocoapods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage), or as a framework. When installing as a framework, ensure you also link to [Stanley](https://github.com/Kosoku/Stanley) as *Baxter* relies on it.

### Dependencies

Third party:

- [Stanley](https://github.com/Kosoku/Stanley)

Apple:

- `CoreData`