Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 969 Bytes

File metadata and controls

26 lines (18 loc) · 969 Bytes

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.