[Follow the instructions on Carthage’s readme](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).
### 3. Run the `./install` script
This will install the dependencies for the demo apps.
## Demos
Run the `./dev` script and play with the iOS and macOS demo apps.
1. Run the `./install` script to install the dependencies for the demo apps.
2. Run the `./dev` script and play with the iOS and macOS demo apps.
## Usage
...
...
@@ -125,7 +122,7 @@ Read more about the library [in this blog post](https://ind.ie/labs/blog/delay)
## On performance
Note that Delay is optimised for ease of authoring, beauty of interface and clarity of intent. I haven’t run into performance issues and hence haven’t felt the need to run any benchmarks at the moment but [Evgenii Rtishchev’s purely-block-based CancelBlocks](https://github.com/katleta3000/CancelBlocks/blob/master/CancelBlocks.swift), on which my solution is based, is a lighter alternative should you need it.
Note that Delay is optimised for ease of authoring, beauty of interface, and clarity of intent. I haven’t run into performance issues and hence haven’t felt the need to run any benchmarks at the moment but [Evgenii Rtishchev’s purely-block-based CancelBlocks](https://github.com/katleta3000/CancelBlocks/blob/master/CancelBlocks.swift), on which my solution is based, is a lighter alternative should you need it.