From f769c14809d9b897d20cdc6aa8c4c6cb94ddcb4b Mon Sep 17 00:00:00 2001 From: Philip Kluz Date: Sun, 21 Feb 2016 23:40:33 +0100 Subject: [PATCH] Bumping Podspec. --- PKHUD.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHUD.podspec b/PKHUD.podspec index 0958441..271e510 100644 --- a/PKHUD.podspec +++ b/PKHUD.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = 'PKHUD' s.module_name = 'PKHUD' - s.version = '2.2.5' - s.summary = 'A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8' + s.version = '3.0.0' + s.summary = 'A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up' s.homepage = 'https://github.com/pkluz/PKHUD' s.license = 'MIT' s.author = { 'Philip Kluz' => 'Philip.Kluz@gmail.com' }