This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
examples/apps/MDFTextAccessibilitySample
MDFTextAccessibilitySample.xcodeproj Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.1
2
+
3
+ ##### Enhancements
4
+
5
+ * Added support for continuous code coverage analysis ([ Sean O'Shea] ( https://github.com/seanoshea ) ).
6
+ * Added unit tests for textColorOnBackgroundImage ([ Sean O'Shea] ( https://github.com/seanoshea ) ).
7
+ * Documentation clean ups ([ Sean O'Shea] ( https://github.com/seanoshea ) ).
8
+
1
9
## 1.1.0
2
10
3
11
##### Enhancements
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.1.0 "
3
+ spec . version = "1.1.1 "
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 101
101
isa = PBXNativeTarget;
102
102
buildConfigurationList = 0B70BDD01CF6541C00C78D36 /* Build configuration list for PBXNativeTarget "MDFTextAccessibilitySample" */;
103
103
buildPhases = (
104
- 77EB4CAE2CC44758B3B78076 /* 📦 Check Pods Manifest.lock */,
104
+ 77EB4CAE2CC44758B3B78076 /* [CP] Check Pods Manifest.lock */,
105
105
31699BC6ECD347A75696EFB0 /* [CP] Check Pods Manifest.lock */,
106
106
C412B6C87BDE4D2B6B1CF19A /* [CP] Check Pods Manifest.lock */,
107
107
0B70BDBA1CF6541C00C78D36 /* Sources */,
213
213
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MDFTextAccessibilitySample/Pods-MDFTextAccessibilitySample-frameworks.sh\"\n";
214
214
showEnvVarsInLog = 0;
215
215
};
216
- 77EB4CAE2CC44758B3B78076 /* 📦 Check Pods Manifest.lock */ = {
216
+ 77EB4CAE2CC44758B3B78076 /* [CP] Check Pods Manifest.lock */ = {
217
217
isa = PBXShellScriptBuildPhase;
218
218
buildActionMask = 2147483647;
219
219
files = (
220
220
);
221
221
inputPaths = (
222
222
);
223
- name = "📦 Check Pods Manifest.lock";
223
+ name = "[CP] Check Pods Manifest.lock";
224
224
outputPaths = (
225
225
);
226
226
runOnlyForDeploymentPostprocessing = 0;
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - MDFTextAccessibility (1.1.0 )
2
+ - MDFTextAccessibility (1.1.1 )
3
3
4
4
DEPENDENCIES:
5
5
- MDFTextAccessibility (from `../../..`)
6
6
7
7
EXTERNAL SOURCES:
8
8
MDFTextAccessibility:
9
- :path: ../../..
9
+ :path: " ../../.."
10
10
11
11
SPEC CHECKSUMS:
12
- MDFTextAccessibility: 097109e53578c89fc12cdf591e1e0410571ea927
12
+ MDFTextAccessibility: 79e89490f26446f49ff47a116923e9b6cc10808e
13
13
14
14
PODFILE CHECKSUM: ba1d198039c6b887cc904c2b80f4ae8bc213c6fd
15
15
16
- COCOAPODS: 1.0.0
16
+ COCOAPODS: 1.0.1
You can’t perform that action at this time.
0 commit comments