From 6fdf9c6f20c2232396e5f0d88d876f207b130709 Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Tue, 24 Jan 2023 08:40:40 +0100 Subject: [PATCH] Add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 816d9e3..0baf244 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # spi-manifest +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FSwiftPackageIndex%2FSPIManifest%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/SwiftPackageIndex/SPIManifest) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FSwiftPackageIndex%2FSPIManifest%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/SwiftPackageIndex/SPIManifest) + SPIManifest is a Swift package to decode "Swift Package Index Manifest" files, `.spi.yml`, which Swift package authors can add to their repositories in order to control package processing by the [Swift Package Index](https://swiftpackageindex.com).