CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Infrastructure.DL 1.0.2

Infrastructure.DL 1.0.2

Maintained by Ondrej Pisin.



  • By
  • Ondrej Pisin

Infrastructure.DL -

Unit of Work and repository patterns.

Version License Platform Swift

The repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an application. Implementing these patterns can help insulate our application from changes in the data store and can facilitate automated unit testing.

Installation

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

pod 'Infrastructure.DL'

Requirements

>=Swift 5.1

Author

Ondrej Pisin, [email protected]

License

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