niceagency / Base

Basic stuff for an iOS Swift project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base

Carthage compatible Carthage compatible

Base is a general purpose library providing a number of the basic needs of most apps, suitable as the beginnings of a project. Base covers:

  • Logging
  • Networking
  • CoreData storage
  • Auto-layout convenience
  • Support for networked test data supply

The primary goal of Base is the creation of a standardised, but flexible, networking model based on the separation of resources from the execution of the collection and decoding of those resources.


Install

Install with Carthage.


Contributions

If you wish to contribute to Base please fork the repository and send a pull request or raise an issue within GitHub.


License

Base is released under the MIT license. See LICENSE for details.

About

Basic stuff for an iOS Swift project

License:MIT License


Languages

Language:Swift 100.0%