Skip to content

Commit

Permalink
updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBoldt committed May 31, 2022
1 parent 7066173 commit 14446f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0 (2022-4-31)
- Xcode 13 support
- SPM support

## 2.2.2 (2019-5-8)
- fixed iOS13 issues

Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Jelly (2.2.2)
- Nimble (9.2.0)
- Quick (4.0.0)
- Nimble (10.0.0)
- Quick (5.0.1)
- TouchVisualizer (4.0.0)

DEPENDENCIES:
Expand All @@ -21,11 +21,11 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Jelly: 0576a8fd3b3bea78f6c2d952acdc30b0835dda71
Nimble: 4f4a345c80b503b3ea13606a4f98405974ee4d0b
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
Jelly: fdc46ef7b60776dcb0dd178d2608e3b8aefd1aec
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
TouchVisualizer: d342dc3a567b6dd289bc31b7ce8681302a93dfee

PODFILE CHECKSUM: e5a27f5aad72c66413f81d56477d8f5f43e5d0e2

COCOAPODS: 1.10.1
COCOAPODS: 1.9.3
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<a href="http://twitter.com/sebastianboldt"><img src="https://img.shields.io/badge/twitter-@sebastianboldt-blue.svg?longCache=true&style=flat-square" alt="twitter handle" /></a>
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/swift5.0-compatible-orange.svg?longCache=true&style=flat-square" alt="Swift 4.2 compatible" /></a>
<a href="https://www.apple.com/de/ios/ios-12/"><img src="https://img.shields.io/badge/platform-iOS-lightgray.svg?longCache=true&style=flat-square" alt="platform" /></a>
<a href="https://www.swift.org/package-manager/"><img src="https://img.shields.io/badge/SPM-compatible-orange.svg?longCache=true&style=flat-square" alt="SPM-Compatible" /></a>
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/carthage-compatible-green.svg?longCache=true&style=flat-square" alt="carthage support" /></a>
<a href="https://en.wikipedia.org/wiki/MIT_License"><img src="https://img.shields.io/badge/license-MIT-lightgray.svg?longCache=true&style=flat-square" alt="license" /></a>

Expand Down

0 comments on commit 14446f0

Please sign in to comment.