From a5c56c1d4f0057e28b89bd94aca5d6d2e6163f8c Mon Sep 17 00:00:00 2001 From: Chandan Date: Tue, 21 Oct 2025 22:55:09 +0530 Subject: [PATCH 1/2] Update version to 0.1.3 with corrected ColorsKit branding --- ColorsKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ColorsKit.podspec b/ColorsKit.podspec index a3a56fe..016653d 100644 --- a/ColorsKit.podspec +++ b/ColorsKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ColorsKit' - s.version = '0.1.2' + s.version = '0.1.3' s.summary = 'Comprehensive color management for iOS: hex APIs, theming, accessibility, gradients.' s.description = <<-DESC ColorsKit simplifies color usage in iOS apps by providing: From 1f71f832d97197305d61f9e3391e62b7000ec644 Mon Sep 17 00:00:00 2001 From: Chandan Date: Wed, 22 Oct 2025 09:59:29 +0530 Subject: [PATCH 2/2] chore: bump ColorsKit podspec to 0.1.4 to refresh CocoaPods page --- ColorsKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ColorsKit.podspec b/ColorsKit.podspec index 016653d..e9be31e 100644 --- a/ColorsKit.podspec +++ b/ColorsKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ColorsKit' - s.version = '0.1.3' + s.version = '0.1.4' s.summary = 'Comprehensive color management for iOS: hex APIs, theming, accessibility, gradients.' s.description = <<-DESC ColorsKit simplifies color usage in iOS apps by providing: