Skip to content

Legacy Swift versions

Evgenii Neumerzhitckii edited this page Jun 21, 2016 · 14 revisions

Use the following setup instructions for the previous versions of the library if you use an older version of Swift.

Swift 2.2

Library version / git tag: 2.2.1

Add source (iOS 7+)

Simply add DodoDistrib.swift file into your Xcode project.

Setup with Carthage (iOS 8+)

Add github "marketplacer/Dodo" ~> 2.2 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!
target 'Your target name'
pod 'Dodo', '~> 2.2'
Clone this wiki locally