Pegota 0.0.12

Pegota 0.0.12

TestsTested βœ“
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2016
SwiftSwift Version 3.0.1
SPMSupports SPM βœ“

Maintained by Pedro PiΓ±era.



Pegota 0.0.12

  • By
  • Caramba.io

Dependency Status

Pegota is a simplified version of the observable pattern:

  • Observables send values until they get released.
  • Observables are generic.
  • In comparison with Reactive, it doesn't include events like .Next, .Completed, .Error.
  • Observables doesn't support being disposed. When they get released, the observable elements get released as well.
  • It includes Variable for binding observables with data.

Requirements

Installation

To install it, simply add the following line to your Podfile:

pod "Pegota"

About

This project is funded and maintained by Caramba. We πŸ’› open source software!

Check out our other open source projects, read our blog or say πŸ‘‹ on twitter @carambalabs.

Contribute

Contributions are welcome 🀘 We encourage developers like you to help us improve the projects we've shared with the community. Please see the Contributing Guide and the Code of Conduct.

License

Pegota is available under the MIT license. See the LICENSE file for more info.