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

Add macos support #98

Closed jkmassel closed 8 years ago

jkmassel commented 8 years ago

This PR adds a built target for macOS - the settings were copied from the iOS target, so it should be the same process to integrate. Tested with carthage, builds and integrates well.

PS - sorry for the duplicate of #97 - shouldn't have tried to merge master

wvteijlingen commented 8 years ago

Thanks!