Skip to content

Commit

Permalink
[CM-733] Add description to README, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pospesel authored and mpospese committed Jun 20, 2022
1 parent 32de5d4 commit aef1758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
----------

Expand Down
2 changes: 1 addition & 1 deletion YCoreUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aef1758

Please sign in to comment.