Skip to content

Legacy Swift versions

Evgenii Neumerzhitckii edited this page Sep 18, 2020 · 20 revisions

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

Swift 5.1 Xcode 11

Library version / git tag: 22.1.0

  • File: CosmosDistrib.swift
  • Carthage: github "evgenyneu/Cosmos" ~> 22.1
  • CocoaPods: pod 'Cosmos', '~> 22.1'

Swift 5.0 Xcode 10

Library version / git tag: 19.0.3

  • File: CosmosDistrib.swift
  • Carthage: github "evgenyneu/Cosmos" ~> 19.0
  • CocoaPods: pod 'Cosmos', '~> 19.0'

Swift 4.2 Xcode 10

Library version / git tag: 18.0.1

  • File: CosmosDistrib.swift
  • Carthage: github "evgenyneu/Cosmos" ~> 18.0
  • CocoaPods: pod 'Cosmos', '~> 18.0'

Swift 4.0 Xcode 9

Library version / git tag: 16.0.0

  • File: CosmosDistrib.swift
  • Carthage: github "evgenyneu/Cosmos" ~> 16.0
  • CocoaPods: pod 'Cosmos', '~> 16.0'

Swift 3.1 Xcode 8.3

Library version / git tag: 11.0.3

  • File: CosmosDistrib.swift
  • Carthage: github "evgenyneu/Cosmos" ~> 11.0
  • CocoaPods: pod 'Cosmos', '~> 11.0'

Swift 3.0

Library version / git tag: 8.0.2

  • File: CosmosDistrib.swift
  • Carthage: github "marketplacer/Cosmos" ~> 8.0
  • CocoaPods: pod 'Cosmos', git: 'https://github.com/marketplacer/Cosmos.git', tag: '8.0.2'

Swift 3.0 Xcode 8 beta

Xcode 8 beta 4/5

Library version / git tag: 5.0.0

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

Xcode 8 beta 3

Library version / git tag: 4.0.0

  • File: CosmosDistrib.swift
  • Carthage: github "marketplacer/Cosmos" ~> 4.0
  • CocoaPods: pod 'Cosmos', git: 'https://github.com/marketplacer/Cosmos.git', tag: '4.0.0'

Xcode 8 beta 2

Library version / git tag: 3.0.0

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

Xcode 8 beta 1

Library version / git tag: 2.0.0

  • File: CosmosDistrib.swift
  • Carthage: github "marketplacer/Cosmos" ~> 2.0
  • CocoaPods: pod 'Cosmos', '~> 2.0'

Swift 2.3

Library version / git tag: 0.0.1

  • File: CosmosDistrib.swift
  • Carthage: github "marketplacer/Cosmos" == 0.0.1
  • CocoaPods: pod 'Cosmos', '0.0.1'

Swift 2.2

Library version / git tag: 1.2.3

  • File: CosmosDistrib.swift
  • Carthage: github "marketplacer/Cosmos" ~> 1.2
  • CocoaPods: pod 'Cosmos', '~> 1.2'

Swift 1.2

Branch: swift-1

  • File: CosmosDistrib.swift
  • Carthage: github "marketplacer/Cosmos" "swift-1"
  • CocoaPods: pod 'Cosmos', :git => 'https://github.com/marketplacer/Cosmos.git', :branch => 'swift-1'