From aef17584efa44f5fcc33df968f407051829e8450 Mon Sep 17 00:00:00 2001 From: Mark Pospesel Date: Sun, 19 Jun 2022 21:23:57 +0200 Subject: [PATCH] [CM-733] Add description to README, bump version --- README.md | 2 ++ YCoreUI.podspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a2640..3c53ad7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # YCoreUI Core components for iOS to accelerate building user interfaces in code. + This framework comprises UIView extensions for declarative AutoLayout, UIColor extensions for WCAG 2.0 contrast ratio calculations, and UIScrollView extensions to assist with keyboard avoidance. + Documentation ---------- diff --git a/YCoreUI.podspec b/YCoreUI.podspec index 63322dd..caa1ade 100644 --- a/YCoreUI.podspec +++ b/YCoreUI.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = "YCoreUI" - spec.version = "1.0.1" + spec.version = "1.0.2" spec.summary = "Core components for iOS to accelerate building user interfaces in code." spec.description = "This framework comprises UIView extensions for declarative AutoLayout, UIColor extensions for WCAG 2.0 contrast ratio calculations, and UIScrollView extensions to assist with keyboard avoidance." spec.homepage = "https://github.com/yml-org/YCoreUI"