Skip to content

Commit

Permalink
Merge tag '1.1.1' into develop
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
chrwendt committed Oct 17, 2019
2 parents cd49b00 + 24ada20 commit fe580af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Capable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Capable'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'Keep track of accessibility settings, leverage high contrast colors, and use scalable fonts to enable users with disabilities to use your app.'

s.description = <<-DESC
Expand Down
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ PODS:
- AppCenter/Analytics (2.4.0):
- AppCenter/Core
- AppCenter/Core (2.4.0)
- Capable (1.1.0):
- Capable/Colors (= 1.1.0)
- Capable/Features (= 1.1.0)
- Capable/Fonts (= 1.1.0)
- Capable/Colors (1.1.0)
- Capable/Features (1.1.0)
- Capable/Fonts (1.1.0)
- Capable (1.1.1):
- Capable/Colors (= 1.1.1)
- Capable/Features (= 1.1.1)
- Capable/Fonts (= 1.1.1)
- Capable/Colors (1.1.1)
- Capable/Features (1.1.1)
- Capable/Fonts (1.1.1)
- Fabric (1.10.2)
- Firebase/Core (6.10.0):
- Firebase/CoreOnly
Expand Down Expand Up @@ -117,7 +117,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Answers: 7d5ff1f77fea900eb75032b37b4288482b824055
AppCenter: 49a9ffe114c00e2bf5374aeda816d47eabf1978a
Capable: 603460a0ba563178753c39f62b2d329360f40968
Capable: c9a4ee37bb727af2255879f32e56b5cfa04857a5
Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74
Firebase: 5e6b7b12bf9adb90986688edc06b156c37e109cd
FirebaseAnalytics: 0e3ecff2c5d86070f7d4325e21f1edabfbd558dc
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Each Capable feature is backed by the built-in logging system, which will keep y

## Documentation

Capable offers a whole lot of features along with a bunch of configurations. To find more about how to use them inside the [documentation](https://htmlpreview.github.io/?https://github.com/chrs1885/Capable/blob/1.1.0/Documentation/index.html) section.
Capable offers a whole lot of features along with a bunch of configurations. To find more about how to use them inside the [documentation](Documentation/Reference/README.md) section.

## Installation

Expand Down Expand Up @@ -85,7 +85,7 @@ github "chrs1885/Capable"

```ruby
dependencies: [
.package(url: "https://github.com/chrs1885/Capable.git", from: "1.1.0")
.package(url: "https://github.com/chrs1885/Capable.git", from: "1.1.1")
]
```

Expand Down Expand Up @@ -290,7 +290,7 @@ let textColor = UIColor.getTextColor(
)!
```

You can find an overview of all image areas available in the [documentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/chrs1885/Capable/1.1.0/Documentation/Enums/ImageArea.html).
You can find an overview of all image areas available in the [documentation](Documentation/Reference/enums/ImageArea.md).

#### Calculating contrast ratios & WCAG conformance levels

Expand Down

0 comments on commit fe580af

Please sign in to comment.