-
Notifications
You must be signed in to change notification settings - Fork 62
Legacy Swift versions
Evgenii Neumerzhitckii edited this page Jun 21, 2016
·
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: 2.2.1
Simply add DodoDistrib.swift file into your Xcode project.
Add github "marketplacer/Dodo" ~> 2.2
to your Cartfile and run carthage update
.
If you are using CocoaPods add this text to your Podfile and run pod install
.
use_frameworks!
target 'Your target name'
pod 'Dodo', '~> 2.2'
Library version / git tag: 2.0.13
- DodoDistrib.swift.
- Version
2.0
for Carthage and CocoaPods.
Library version / git tag: 1.0.17
Simply add DodoDistrib.swift file into your Xcode project.
Alternatively, add github "marketplacer/Dodo" ~> 1.0
to your Cartfile and run carthage update
.
If you are using CocoaPods add this text to your Podfile and run pod install
.
use_frameworks!
pod 'Dodo', '~> 1.0'