Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 477 Bytes

Descartaê iOS

Dependency Manager:

We're using Cocoapods for manage our dependencies, you can install with:

sudo gem install cocoapods

Dependencies

Installing all dependencies:

pod install

When the instalation has been finished, you can open Descartae.xcworkspace file and then build & run (⌘+R) the application.

Style Guide

We're using SwiftLint to enforce code style and best practices.