Skip to content

Legacy Swift versions

Evgenii Neumerzhitckii edited this page Apr 20, 2019 · 8 revisions

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

Swift 4.2 Xcode 10

Library version / git tag: 3.0.0

  • File: CephalopodDistrib.swift
  • Carthage: github "evgenyneu/Cephalopod" ~> 3.0
  • CocoaPods: pod 'Cephalopod', '~> 3.0'

Swift 4.0 Xcode 9

Library version / git tag: 2.0.0

  • File: CephalopodDistrib.swift
  • Carthage: github "evgenyneu/Cephalopod" ~> 2.0
  • CocoaPods: pod 'Cephalopod', '~> 2.0'

Swift 3.0 Xcode 8

Library version / git tag: 1.0.1

  • File: CephalopodDistrib.swift
  • Carthage: github "evgenyneu/Cephalopod" ~> 1.0
  • CocoaPods: pod 'Cephalopod', '~> 1.0'

Swift 2.2

Library version / git tag: swift_2

Note: the Swift 2.2 version of library has completely different API. See this version's readme for more information.

Clone this wiki locally