felixvisee / Pistachiargo

Model framework using Argo
MIT License
44 stars 1 forks source link

Swift 2.0 #3

Open fatuhoku opened 9 years ago

fatuhoku commented 9 years ago

Hiya, thanks for putting Pistachiargo together. Looks like a real successor to Mantle.

I was wondering whether it's possible to use it with the latest Swift language version, and whether there's an intention to update the project.

My main use-case for Pistachiargo is to have immutable models (value objects) automatically be marshalled into NSDictionary so that it can be consumed by React Native components as a props.

felixvisee commented 9 years ago

Hey @fatuhoku, I'm happy to hear you are successfully utilizing Pistachiargo for such an interesting use case! Have you considered writing about that?

There's definitely an intention to update the project. I'm a little dissatisfied with how initialization is currently happening and recently spent some time thinking about that, but didn't come up with a nice solution yet.

Anyways, guess I will provide a Swift 2.0-compatible branch with the current state soon! Thanks for reminding me to do that :)