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: 5 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T21:43:02.000Z (almost 3 years ago)
- Last Synced: 2025-05-09T16:02:51.192Z (about 1 year ago)
- Topics: coredata, ios, macos, tvos, watchos
- Language: Objective-C
- Homepage: https://kosoku.github.io/Baxter/
- Size: 370 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Baxter
[](https://travis-ci.org/Kosoku/Baxter)
[](http://codecov.io/github/Kosoku/Baxter)
[](https://github.com/Carthage/Carthage)
[](http://cocoapods.org/?q=Baxter)
[]()
[](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`