From bf4841534a4ca945a8d88b2d48db8ed3605c801f Mon Sep 17 00:00:00 2001 From: Marius Landwehr Date: Wed, 21 Oct 2015 11:57:05 +0200 Subject: [PATCH] podspec updated --- HexColors.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HexColors.podspec b/HexColors.podspec index 33c5d2e..27f1638 100644 --- a/HexColors.podspec +++ b/HexColors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'HexColors' - s.version = '2.3.0' + s.version = '3.0.0' s.license = 'MIT' s.summary = 'Easy HEX- and RGB-Color Handling for UIColor and NSColor as a drop in category. Former MLUIColorAdditions.' s.homepage = 'https://github.com/mRs-/HexColors'