Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 409 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 409 Bytes

You're interested in contributing to this project, that's awesome!

Dependencies

We are using Carthage to manage dependencies without relying on it at build-time by integrating dependencies as Git Submodules. If you want to update a dependency, please change the corresponding Cartfile and run:

carthage update --use-submodules --no-build <dependency>