Skip to content

Legacy Swift versions

Evgenii Neumerzhitckii edited this page Sep 9, 2016 · 14 revisions

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

Swift 3.0 Xcode 8 beta

Xcode 8 beta 6

Library version / git tag: 6.0.0

  • File: DodoDistrib.swift
  • Carthage: github "marketplacer/Dodo" ~> 6.0
  • CocoaPods: pod 'Dodo', git: 'https://github.com/marketplacer/Dodo.git', tag: '6.0.0'

Xcode 8 beta 5/6

Library version / git tag: 5.0.0

  • File: DodoDistrib.swift
  • Carthage: github "marketplacer/Dodo" ~> 5.0
  • CocoaPods: pod 'Dodo', git: 'https://github.com/marketplacer/Dodo.git', tag: '5.0.0'

Xcode 8 beta 2

Library version / git tag: 4.0.0

  • File: DodoDistrib.swift
  • Carthage: github "marketplacer/Dodo" ~> 4.0
  • CocoaPods: pod 'Dodo', '~> 4.0'

Xcode 8 beta 1

Library version / git tag: 3.0.0

  • File: DodoDistrib.swift
  • Carthage: github "marketplacer/Dodo" ~> 3.0
  • CocoaPods: pod 'Dodo', '~> 3.0'

Swift 2.2

Library version / git tag: 2.2.1

  • File: DodoDistrib.swift
  • Carthage: github "marketplacer/Dodo" ~> 2.2
  • CocoaPods: pod 'Dodo', '~> 2.2'

Swift 2.0

Library version / git tag: 2.0.13

  • File: DodoDistrib.swift
  • Carthage: github "marketplacer/Dodo" ~> 2.0.0
  • CocoaPods: pod 'Dodo', '~> 2.0.0'

Swift 1.2

Library version / git tag: 1.0.17

  • File: DodoDistrib.swift
  • Carthage: github "marketplacer/Dodo" ~> 1.0
  • CocoaPods: pod 'Dodo', '~> 1.0'
Clone this wiki locally