From 78cee07c9a41a3bf1bc3a70f263f6db94b758132 Mon Sep 17 00:00:00 2001 From: Ariel Elkin Date: Wed, 14 Mar 2018 14:25:57 +0100 Subject: [PATCH] update Cocoapods installation instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c66ae6ab..321f0658 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,13 @@ Thoroughly documented. ### Cocoapods -Add `pod PocketSVG` to your Podfile. +Add this to your Podfile: + +``` +pod 'PocketSVG', '~> 2.0' +``` + +Then run `pod install` ### Carthage @@ -31,7 +37,7 @@ Add this to your Cartfile: github "pocketsvg/PocketSVG" ``` -Then run `carthage update`. +Then run `carthage update` ### Manual