BasicCleanArch 5.2.1

BasicCleanArch 5.2.1

Maintained by Robin Nunkesser.



  • By
  • Robin Nunkesser

BasicCleanArch

CI Status Version License Platform

Robert C. Martin's Clean Architecture is very helpful to write well structured and testable code. However, existing variants for mobile development are sometimes hard to understand for beginners or inappropriate for small projects. Basic clean architecture is a set of helpful protocols for the basic concepts of Clean Architecture like Interactors, Entities, Presenters, and Boundaries.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 9.3+
  • Xcode 10.1+
  • Swift 4.0+

Installation

BasicCleanArch is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'BasicCleanArch'

Author

Robin Nunkesser, [email protected]

License

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