An open API service indexing awesome lists of open source software.

https://github.com/stanwood/stanwood_core_ios

Core provides the base classes and extensions for the standard architecture used in all iOS projects at stanwood.
https://github.com/stanwood/stanwood_core_ios

ios

Last synced: 4 months ago
JSON representation

Core provides the base classes and extensions for the standard architecture used in all iOS projects at stanwood.

Awesome Lists containing this project

README

          

# StanwoodCore framework

[![Swift Version](https://img.shields.io/badge/Swift-4.0.x-orange.svg)]()
[![iOS 9+](https://img.shields.io/badge/iOS-9+-EB7943.svg)]() [![Maintainability](https://api.codeclimate.com/v1/badges/849b4426d8729e8e51c3/maintainability)](https://codeclimate.com/github/stanwood/Stanwood_Core/maintainability)
[![Build Status](https://travis-ci.org/stanwood/Stanwood_Core_iOS.svg?branch=master)](https://travis-ci.org/stanwood/Stanwood_Core_iOS)

## Table of contents

- [Author](#author)
- [Installation](#installation)
- [Usage](#usage)
- [Licence](#licence)

## Author

Tal Zion tal.zion@stanwood.io

## Installation

```ruby
pod 'StanwoodCore'
```

## Usage

Check out the [full documentations](https://stanwood.github.io/Stanwood_Core_iOS/).

## Licence

StanwoodCore is under MIT licence. See the [LICENSE](https://github.com/stanwood/Stanwood_Core/blob/master/LICENSE) file for more info.