From ef4e690ad0b005255a6460277e1eb6a80a19544b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulmomen=20Kadum=20=D8=B9=D8=A8=D8=AF=D8=A7=D9=84=D9=85?= =?UTF-8?q?=D8=A4=D9=85=D9=86=20=D9=83=D8=A7=D8=B8=D9=85?= Date: Tue, 11 Jul 2017 19:42:43 +0300 Subject: [PATCH] CocoaPods Adding CocoaPods installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d3e375f..be627a8 100644 --- a/README.md +++ b/README.md @@ -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.