Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 453 Bytes

File metadata and controls

16 lines (8 loc) · 453 Bytes

Compass-iOS

An iOS version of the Compass application.

Getting Started

This project requires cocoapods and Carthage. To get started:

  • (cocoapods) install with sudo gem install cocoapods then run pod install
  • (Carthage) install with brew update, then brew install carthage, then run TOOLCHAINS=com.apple.dt.toolchain.Swift_2_3 carthage update --platform iOS