This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
examples/apps/MDFTextAccessibilitySample Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.0
2
+
3
+ ##### Enhancements
4
+
5
+ * Added a ` isLargeForContrastRatios: ` advanced method to test a UIFont instance against the W3C's
6
+ definition of "large" text.
7
+
1
8
## 1.0.2
2
9
3
10
##### Bug Fixes
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "MDFTextAccessibility"
3
- spec . version = "1.0.2 "
3
+ spec . version = "1.1.0 "
4
4
spec . summary = "MDFTextAccessibility assists in selecting text colors that meet the W3C standards for accessibility."
5
5
spec . homepage = "https://github.com/google/material-text-accessibility-ios"
6
6
spec . license = "Apache License, Version 2.0"
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - MDFTextAccessibility (1.0.2 )
2
+ - MDFTextAccessibility (1.1.0 )
3
3
4
4
DEPENDENCIES:
5
5
- MDFTextAccessibility (from `../../..`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
9
9
:path: ../../..
10
10
11
11
SPEC CHECKSUMS:
12
- MDFTextAccessibility: 597f0973709d8bd5649346af087ba95ecb13c54d
12
+ MDFTextAccessibility: 097109e53578c89fc12cdf591e1e0410571ea927
13
13
14
14
PODFILE CHECKSUM: ba1d198039c6b887cc904c2b80f4ae8bc213c6fd
15
15
You can’t perform that action at this time.
0 commit comments