Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 915 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 915 Bytes

LRRepositoryPattern

An iOS example app based on the repository pattern and Typhoon DI framework.

Example

To run the example, remember to install the dependencies via cocoa pods.

pod install

Contact

LRRepositoryPattern was created by Luis Recuenco: @luisrecuenco.

Contributing

If you want to contribute to the project just follow this steps:

  1. Fork the repository.
  2. Clone your fork to your local machine.
  3. Create your feature branch with the appropriate tests.
  4. Commit your changes, run the tests, push to your fork and submit a pull request.

License

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