From bfd70d16363d8dd61fb0b5362fb44b51078bb89f Mon Sep 17 00:00:00 2001 From: Lucas Ortis Date: Tue, 19 Sep 2017 16:33:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 272640b..ac48d8c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Device is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod "Device", '~> 3.0.2' +pod "Device", '~> 3.0.3' ``` ## Carthage @@ -33,7 +33,7 @@ $ brew install carthage To integrate Device into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "Ekhoo/Device" ~> 3.0.2 +github "Ekhoo/Device" ~> 3.0.3 ``` Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project.