Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Warner committed Feb 12, 2019
1 parent a75479e commit 8b0599f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ When using the `UIView.animate` api, you may find yourself using the `completion

## How to get it

### Manually

Download `https://github.com/DomainGroupOSS/swift-chainable-animations/blob/master/ChainableAnimations/UIViewAnimationExtensions.swift` and add it to your project. Job done!


### Carthage

```
Expand All @@ -20,6 +25,10 @@ git "[email protected]:DomainGroupOSS/swift-chainable-animations.git" "0.1.0"
pod "SwiftChainableAnimations", "0.1.0"
```

### Swift Package Manager

`//TODO`

## Usage

`ChainableAnimations` is a single-file μ-framework which provides an alternate `UIView` api:
Expand Down

0 comments on commit 8b0599f

Please sign in to comment.