From b6978b1822b0343769bdb963a2445aeb864ef87c Mon Sep 17 00:00:00 2001 From: Grigory Lutkov Date: Thu, 12 Nov 2015 19:17:14 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abb4ebb..377c0e6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ CocoaPods is a dependency manager for Objective-C, which automates and simplifie #### Podfile ```ruby platform :ios, '6.0' -pod 'LGAlertView', '~> 2.0' +pod 'LGAlertView', '~> 2.0.0' ``` ### With Carthage @@ -69,7 +69,7 @@ Carthage is a lightweight dependency manager for Swift and Objective-C. It lever #### Cartfile ``` -github "Friend-LGA/LGAlertView" ~> 2.0 +github "Friend-LGA/LGAlertView" ~> 2.0.0 ``` ## Usage