wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
266 stars 109 forks source link

tvOS support #81

Closed invliD closed 8 years ago

invliD commented 8 years ago

This PR prepares the project for support for other platforms (OS X, tvOS, watchOS) and already adds tvOS support.

ref #42 CC @jprberlin

wvteijlingen commented 8 years ago

Does this include OSX support as well? I only see Spine-iOS and Spine-tvOS schemes.

wvteijlingen commented 8 years ago

Oh, never mind, I see you only added tvOS support but the preparations for OSX are there :). Thanks!