-
Notifications
You must be signed in to change notification settings - Fork 62
Legacy Swift versions
Evgenii Neumerzhitckii edited this page Apr 7, 2017
·
14 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: 7.0.0
- File: DodoDistrib.swift
-
Carthage:
github "marketplacer/Dodo" ~> 7.0
-
CocoaPods:
pod 'Dodo', '~> 7.0'
Library version / git tag: 6.0.0
- File: DodoDistrib.swift
-
Carthage:
github "marketplacer/Dodo" ~> 6.0
-
CocoaPods:
pod 'Dodo', git: 'https://github.com/marketplacer/Dodo.git', tag: '6.0.0'
Library version / git tag: 5.0.0
- File: DodoDistrib.swift
-
Carthage:
github "marketplacer/Dodo" ~> 5.0
-
CocoaPods:
pod 'Dodo', git: 'https://github.com/marketplacer/Dodo.git', tag: '5.0.0'
Library version / git tag: 4.0.0
- File: DodoDistrib.swift
-
Carthage:
github "marketplacer/Dodo" ~> 4.0
-
CocoaPods:
pod 'Dodo', '~> 4.0'
Library version / git tag: 3.0.0
- File: DodoDistrib.swift
-
Carthage:
github "marketplacer/Dodo" ~> 3.0
-
CocoaPods:
pod 'Dodo', '~> 3.0'
Library version / git tag: 2.2.1
- File: DodoDistrib.swift
- Carthage:
github "marketplacer/Dodo" ~> 2.2
and run carthage
like carthage update Dodo --no-use-binaries --platform iOS --toolchain com.apple.dt.toolchain.Swift_2_3
- CocoaPods:
swift_version = '2.3'
pod 'Dodo', '~> 2.2'
Library version / git tag: 2.2.1
- File: DodoDistrib.swift
-
Carthage:
github "marketplacer/Dodo" ~> 2.2
-
CocoaPods:
pod 'Dodo', '~> 2.2'
Library version / git tag: 2.0.13
- File: DodoDistrib.swift
-
Carthage:
github "marketplacer/Dodo" ~> 2.0.0
-
CocoaPods:
pod 'Dodo', '~> 2.0.0'
Library version / git tag: 1.0.17
- File: DodoDistrib.swift
-
Carthage:
github "marketplacer/Dodo" ~> 1.0
-
CocoaPods:
pod 'Dodo', '~> 1.0'