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
264 stars 109 forks source link

Support value type attributes #152

Open wvteijlingen opened 7 years ago

wvteijlingen commented 7 years ago

We could probably use the Zewo/Reflection library to support value type attributes. That means for example that we can use Swift native Int instead of NSNumber.