Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ frameAnimator.animate(to: square.frame.insetBy(dx: -50, dy: -50), completion: {
})
```

## Installation
### CocoaPods

If you use [CocoaPods](https://cocoapods.org/) to manage your dependencies, simply add the following line to your Podfile:
```pod "YapAnimator", :git => 'https://github.com/yapstudios/YapAnimator.git'```

## Questions?

Feel free to [ask your question in an issue](https://github.com/yapstudios/YapAnimator/issues/new). We will respond there, and amend this read me/start a wiki if the answer seems like it would benefit others.
Expand Down