From 5b525fb8f5677a64c156328c732b24084f3095c9 Mon Sep 17 00:00:00 2001 From: Csaba Date: Mon, 26 Mar 2018 14:40:32 +0200 Subject: [PATCH] Install instructions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c6e37a..1435091 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,13 @@ You can present `Alert` And `ActionSheet` using the chaining syntax as well. ## Installation + +### Cocoapods +Cupcake can be added to your project using CocoaPods by adding the following line to your Podfile: + pod "Cupcake" - - +### Carthage +If you're using Carthage you can add a dependency on Cupcake by adding it to your Cartfile: + github "nerdycat/Cupcake"