Skip to content

Legacy Swift versions

Evgenii Neumerzhitckii edited this page Oct 4, 2016 · 20 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 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'
Clone this wiki locally