From 50be66722e5e5d14c22d890a98089917d4312fb8 Mon Sep 17 00:00:00 2001 From: Lucas Ortis Date: Fri, 18 Oct 2019 11:26:40 +0200 Subject: [PATCH] v3.2.0 --- Device.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Device.podspec b/Device.podspec index 233f3a5..b49e699 100644 --- a/Device.podspec +++ b/Device.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Device" - s.version = "3.1.2" + s.version = "3.2.0" s.summary = "Light weight tool for detecting the current device and screen size written in swift." s.description = "Swift library for detecting the running device's model and screen size. With the newer  devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want." diff --git a/README.md b/README.md index f6adb1a..831edac 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.1.2' +pod "Device", '~> 3.2.0' ``` ## 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.1.2 +github "Ekhoo/Device" ~> 3.2.0 ``` Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project.