Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 702 Bytes

installation.md

File metadata and controls

35 lines (21 loc) · 702 Bytes

Framework Installation

github "thoughtbot/Runes"

Then run carthage update.

Follow the current instructions in Carthage's README for up to date installation instructions.

Add the following to your Podfile:

pod 'Runes'

You will also need to make sure you're opting into using frameworks:

use_frameworks!

Then run pod install with CocoaPods 0.36 or newer.