From 4e500461bf6ca06af6843ff870350144eaafac92 Mon Sep 17 00:00:00 2001 From: shu223 Date: Fri, 11 Mar 2016 22:54:13 +0900 Subject: [PATCH] Update README for Carthage support. --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db2f2d8..abb8fd1 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,24 @@ Great For: ###CocoaPods -Edit your Podfile. +Add into your Podfile. ```` pod "PulsingHalo" ```` -And `$ pod install` +Then `$ pod install` + +###Carthage + +Add into your Cartfile. + +``` +github "shu223/PulsingHalo" +``` + +Then `$ carthage update` + ###Manual