From 6538adefc65178e5c6984c6d05dab9d342c264d2 Mon Sep 17 00:00:00 2001 From: Lucas Ortis Date: Mon, 26 Sep 2016 18:21:01 +0200 Subject: [PATCH] Update podspec --- Device.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Device.podspec b/Device.podspec index 746bdfe..1da30dd 100644 --- a/Device.podspec +++ b/Device.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Device" - s.version = "1.1.0" + s.version = "2.0.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."