Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kosoku/baxter
- Owner: Kosoku
- License: apache-2.0
- Created: 2017-03-17T17:43:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T21:43:02.000Z (about 1 year ago)
- Last Synced: 2024-04-25T11:20:21.659Z (7 months ago)
- Topics: coredata, ios, macos, tvos, watchos
- Language: Objective-C
- Homepage: https://kosoku.github.io/Baxter/
- Size: 370 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`