Orbit 0.2.0

Orbit 0.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2015

Maintained by Eduardo Scoz.



Orbit 0.2.0

  • By
  • Eduardo Scoz

Usage

Orbit is a simple dependency injection for your Obj-C projects. Say goodbye to singletons everywhere.

Orbit simplifies creation of domains and viewControllers on your class, by forcing you to follow simple and straightforward rules on how objects can be created.

  • it only supports property injection
  • it always uses the init: initializer for classes
  • it doesnt support recursion when creating objects.
  • it currently doesnt support protocols

Orbit is a great way to quickly cleanup object sharing and singletons in your application.

More documentation will come.

Requirements

Installation

Author

Eduardo Scoz, [email protected]

License

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