Skip to content

Commit afe942a

Browse files
authored
Update README.md
1 parent 5d92375 commit afe942a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[![Build](https://github.com/swhitty/KeyValueCoder/actions/workflows/build.yml/badge.svg)](https://github.com/swhitty/KeyValueCoder/actions/workflows/build.yml)
22
[![CodeCov](https://codecov.io/gh/swhitty/KeyValueCoder/branch/main/graphs/badge.svg)](https://codecov.io/gh/swhitty/KeyValueCoder/branch/main)
3-
[![Swift 5.9](https://img.shields.io/badge/swift-5.9%20–%206.0-red.svg?style=flat)](https://developer.apple.com/swift)
4-
[![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT)
5-
[![Twitter](https://img.shields.io/badge/[email protected])](http://twitter.com/simonwhitty)
3+
[![Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswhitty%2FKeyValueCoder%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swhitty/KeyValueCoder)
4+
[![Swift 6.0](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswhitty%2FKeyValueCoder%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/swhitty/KeyValueCoder)
65

76
# KeyValueCoder
87
A Swift library for serializing `Codable` types to and from `Any` and `UserDefaults`.

0 commit comments

Comments
 (0)