-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cocoapods #4
Comments
Hey @pgherveou, thanks for kind words! Sure, I don't mind. Could you crate a PR with a podspec that works and I will arrange a CocoaPod for you. |
@pgherveou If you are going to build a routing library, may be you would be interested in other libs of Crossroad Labs, like Boilerplate. Also we are building a solid foundation for Reactive Programming (with events, futures, streams, etc.) in Swift. Might be useful too. Have not added READMEs there yet, but they are coming soon: Reactive Swift |
Looking good actually Thanks for the links I will look into it, quick question why not going with Rx instead of building your own streams? |
@pgherveou Good question. Several reasons:
This is what I personally consider reactive: Reactive Manifesto; this is what we are trying to be compliant with. As for today, the only platform I know that satisfies me more or less in this terms is Scala. I want it in Swift! Bottom line: we are just no satisfied with currently available options, and I think we are not the only ones :) |
Thanks for this really cool lib.
Any chance you can push it to cocoapod?
It could be super helpful to build a routing library for iOS notification
The text was updated successfully, but these errors were encountered: