mamaral / Neon

A powerful Swift programmatic UI layout framework.
MIT License
4.58k stars 389 forks source link

Fixed Carthage build error. #30

Closed JFKingsley closed 8 years ago

JFKingsley commented 8 years ago

A recent change in syntax appears to have removed a method that was previously working.

As such, i've added an alternative implementation to maintain cross-platform compatibility and the build appears to be working fine now.

Thanks!

mamaral commented 8 years ago

Looks good - thank you very much!

JFKingsley commented 8 years ago

You're welcome! Thanks for building such a great library.

mamaral commented 8 years ago

@JFKingsley Are you using it in any productions apps? I'd love to see what people are using it for.

JFKingsley commented 8 years ago

Yeah, i'm actually using it in two production projects right now, and it's been working a treat! I'll throw links over on release if you want some examples.

(Unrelated, but i've just checked the install and since the latest git tag is still 0.0.3, it's installing the old, broken version. Mind bumping it?)

mamaral commented 8 years ago

yeah ill take care of that now - I'd love links!

mamaral commented 8 years ago

Pushed v0.1.0 to cocoa pods trunk - should be all set!

JFKingsley commented 8 years ago

Yep, looks like that's all working!

I'll be sure to drop some links when everything's up.