Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 425 Bytes

Readme.markdown

File metadata and controls

17 lines (9 loc) · 425 Bytes

CanvasKit

Framework for working with the Canvas API in Swift.

Building

  1. Clone the code.

     $ git clone https://github.com/usecanvas/CanvasKit && cd CanvasKit
    
  2. Get the dependencies with Carthage. (You can install Carthage with brew install carthage. Version 0.10 or higher is required.)

     $ carhage bootstrap
    
  3. Open in Xcode 7 (or higher)

  4. Click ▶️