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"