Skip to content

Commit aef1758

Browse files
Mark Pospeselmpospese
authored andcommitted
[CM-733] Add description to README, bump version
1 parent 32de5d4 commit aef1758

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# YCoreUI
22
Core components for iOS to accelerate building user interfaces in code.
33

4+
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.
5+
46
Documentation
57
----------
68

YCoreUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |spec|
77
spec.name = "YCoreUI"
8-
spec.version = "1.0.1"
8+
spec.version = "1.0.2"
99
spec.summary = "Core components for iOS to accelerate building user interfaces in code."
1010
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."
1111
spec.homepage = "https://github.com/yml-org/YCoreUI"

0 commit comments

Comments
 (0)