Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.74 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.74 KB

StarterKit

Build Status Version License Platform

StarterKit is a basic library that makes creating simple app.

StarterKit is built on top of Overcoat and uses Masonry to auto layout.

If you need to learn more about Overcoat or Masonry, we recommend these resources:

  1. Overcoat Introduction.
  2. Masonry Introduction.

For examples take a look at the StarterKit iOS Examples project in the StarterKit workspace. You will need to run pod install after downloading.

Usage

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

Requirements

StarterKit supports iOS 8.0+.

Installation

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

source 'https://github.com/smartydroid/Specs.git'

platform :ios, '8.0'
use_frameworks!

inhibit_all_warnings!

pod "StarterKit"

Contact

License

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