-
Notifications
You must be signed in to change notification settings - Fork 368
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.
Library version / git tag: 22.1.0
- File: CosmosDistrib.swift
-
Carthage:
github "evgenyneu/Cosmos" ~> 22.1
-
CocoaPods:
pod 'Cosmos', '~> 22.1'
Library version / git tag: 19.0.3
- File: CosmosDistrib.swift
-
Carthage:
github "evgenyneu/Cosmos" ~> 19.0
-
CocoaPods:
pod 'Cosmos', '~> 19.0'
Library version / git tag: 18.0.1
- File: CosmosDistrib.swift
-
Carthage:
github "evgenyneu/Cosmos" ~> 18.0
-
CocoaPods:
pod 'Cosmos', '~> 18.0'
Library version / git tag: 16.0.0
- File: CosmosDistrib.swift
-
Carthage:
github "evgenyneu/Cosmos" ~> 16.0
-
CocoaPods:
pod 'Cosmos', '~> 16.0'
Library version / git tag: 11.0.3
- File: CosmosDistrib.swift
-
Carthage:
github "evgenyneu/Cosmos" ~> 11.0
-
CocoaPods:
pod 'Cosmos', '~> 11.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'
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'
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'
Library version / git tag: 3.0.0
- File: CosmosDistrib.swift
-
Carthage:
github "marketplacer/Cosmos" ~> 3.0
-
CocoaPods:
pod 'Cosmos', '~> 3.0'
Library version / git tag: 2.0.0
- File: CosmosDistrib.swift
-
Carthage:
github "marketplacer/Cosmos" ~> 2.0
-
CocoaPods:
pod 'Cosmos', '~> 2.0'
Library version / git tag: 0.0.1
- File: CosmosDistrib.swift
-
Carthage:
github "marketplacer/Cosmos" == 0.0.1
-
CocoaPods:
pod 'Cosmos', '0.0.1'
Library version / git tag: 1.2.3
- File: CosmosDistrib.swift
-
Carthage:
github "marketplacer/Cosmos" ~> 1.2
-
CocoaPods:
pod 'Cosmos', '~> 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'