Skip to content

Swift 1.2 setup

Evgenii Neumerzhitckii edited this page Jul 22, 2015 · 6 revisions

Cosmos is written in Swift 2.0 and requires Xcode 7. Here is how to setup the previous version that is compatible with Xcode 6 projects.

Add source (iOS 7+)

Simply add DodoDistrib.swift file into your Xcode project.

Setup with Carthage (iOS 8+)

Alternatively, add github "exchangegroup/Dodo" ~> 1.0 to your Cartfile and run carthage update.

Setup with CocoaPods (iOS 8+)

If you are using CocoaPods add this text to your Podfile and run pod install.

use_frameworks!
pod 'Dodo', '~> 1.0'
Clone this wiki locally