Skip to content

Legacy Swift versions

Evgenii Neumerzhitckii edited this page Apr 20, 2019 · 17 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: 10.0.0

  • File: MoaDistrib.swift
  • Carthage: github "evgenyneu/moa" ~> 10.0
  • CocoaPods: pod 'moa', '~> 10.0'

Swift 4.0 Xcode 9

Library version / git tag: 9.0.2

  • File: MoaDistrib.swift
  • Carthage: github "evgenyneu/moa" ~> 9.0
  • CocoaPods: pod 'moa', '~> 9.0'

Swift 3.1 Xcode 8.3

Library version / git tag: 8.0.4

  • File: MoaDistrib.swift
  • Carthage: github "evgenyneu/moa" ~> 8.0
  • CocoaPods: pod 'moa', '~> 8.0'

Swift 3.0 Xcode 8 beta

Xcode 8 beta 4/5

Library version / git tag: 7.0.0

  • File: MoaDistrib.swift
  • Carthage: github "evgenyneu/moa" ~> 7.0
  • CocoaPods: pod 'moa', git: "https://github.com/evgenyneu/moa.git", tag: "7.0.0"

Xcode 8 beta 3

Library version / git tag: 6.0.0

  • File: MoaDistrib.swift
  • Carthage: github "evgenyneu/moa" ~> 6.0
  • CocoaPods: pod 'moa', '~> 5.0'

Xcode 8 beta 2

Library version / git tag: 5.0.0

  • File: MoaDistrib.swift
  • Carthage: github "evgenyneu/moa" ~> 5.0
  • CocoaPods: pod 'moa', '~> 5.0'

Xcode 8 beta 1

Library version / git tag: 4.0.0

  • File: MoaDistrib.swift
  • Carthage: github "evgenyneu/moa" ~> 4.0
  • CocoaPods: pod 'moa', '~> 4.0'

Swift 2.2

Library version / git tag: 3.0.0

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

Swift 1.2

Library version / git tag: 1.0.50

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