-
Notifications
You must be signed in to change notification settings - Fork 12
Legacy Swift versions
Evgenii Neumerzhitckii edited this page Apr 20, 2019
·
8 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: 3.0.0
- File: CephalopodDistrib.swift
-
Carthage:
github "evgenyneu/Cephalopod" ~> 3.0
-
CocoaPods:
pod 'Cephalopod', '~> 3.0'
Library version / git tag: 2.0.0
- File: CephalopodDistrib.swift
-
Carthage:
github "evgenyneu/Cephalopod" ~> 2.0
-
CocoaPods:
pod 'Cephalopod', '~> 2.0'
Library version / git tag: 1.0.1
- File: CephalopodDistrib.swift
-
Carthage:
github "evgenyneu/Cephalopod" ~> 1.0
-
CocoaPods:
pod 'Cephalopod', '~> 1.0'
Library version / git tag: swift_2
Note: the Swift 2.2 version of library has completely different API. See this version's readme for more information.