Skip to content

Commit 4ecfab6

Browse files
authored
Update README.md
1 parent e4395ba commit 4ecfab6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[![Build Status](https://travis-ci.org/wvteijlingen/Spine.svg?branch=swift-2.0)](https://travis-ci.org/wvteijlingen/Spine) [![Join the chat at https://gitter.im/wvteijlingen/Spine](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/wvteijlingen/Spine?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22

3-
# Not maintained
4-
I'm not maintaining this library anymore. The project that used this was shelved and I'm too busy with other work, so I cannot afford to spend time on this anymore. Feel free to fork this if you want, but don't expect me to maintain or help with issues for the foreseeable future. ❤️
5-
63
# Spine
74
Spine is a Swift library for working with APIs that adhere to the [jsonapi.org](http://jsonapi.org) standard. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
85

6+
## Mission
7+
This repo is a continuation of the dead [Spine](https://github.com/wvteijlingen/Spine) project. Our mission is to keep Spine alive and moving forward, with maintenance fixes and new features. Pull Requests are welcome!
8+
9+
Any help is greatly appreciated, feel free to submit pull-requests or open issues.
10+
911
## Stability
1012
This library was born out of a hobby project. Some things are still lacking, one of which is test coverage. Beware of this when using Spine in a production app!
1113

@@ -53,10 +55,10 @@ This library was born out of a hobby project. Some things are still lacking, one
5355

5456
## Installation
5557
### Carthage
56-
Add `github "wvteijlingen/Spine" "master"` to your Cartfile. See the [Carthage documentation](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for instructions on how to integrate with your project using Xcode.
58+
Add `github "json-api-ios/Spine" "master"` to your Cartfile. See the [Carthage documentation](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for instructions on how to integrate with your project using Xcode.
5759

5860
### Cocoapods
59-
Add `pod 'Spine', :git => 'https://github.com/wvteijlingen/Spine.git'` to your Podfile. The spec is not yet registered with the Cocoapods repository, because the library is still in flux.
61+
Add `pod 'Spine', :git => 'https://github.com/json-api-ios/Spine.git'` to your Podfile. The spec is not yet registered with the Cocoapods repository, because the library is still in flux.
6062

6163
## Configuration
6264
### Defining resource types

0 commit comments

Comments
 (0)