From 5cefc8699942c3d27274bd1b52f588d696c9622e Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Thu, 3 Oct 2024 10:43:24 -0700 Subject: [PATCH] Add "SPM Supported" Badge to README Summary: CocoaPods is EOL (though we will still support it for a while), and Yoga has SPM support, so let's add a badge! SPM does not have a central registry (it instead uses our Git branch), so there isn't a badge to show the current vesion, we instead just mention that we support it, which is what I found other projects do. Differential Revision: D63845470 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9cfbd4f9..83fa6459bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Yoga [![Support Ukraine](https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB)](https://opensource.fb.com/support-ukraine) [![CocoaPods](https://img.shields.io/cocoapods/v/Yoga.svg)](http://cocoapods.org/pods/Yoga) [![npm](https://img.shields.io/npm/v/yoga-layout.svg)](https://www.npmjs.com/package/yoga-layout) [![Maven Central](https://img.shields.io/maven-central/v/com.facebook.yoga/yoga)](https://search.maven.org/artifact/com.facebook.yoga/yoga) +# Yoga [![CocoaPods](https://img.shields.io/cocoapods/v/Yoga.svg)](http://cocoapods.org/pods/Yoga) [![npm](https://img.shields.io/npm/v/yoga-layout.svg)](https://www.npmjs.com/package/yoga-layout) [![Maven Central](https://img.shields.io/maven-central/v/com.facebook.yoga/yoga)](https://search.maven.org/artifact/com.facebook.yoga/yoga) ![SPM](https://img.shields.io/badge/SPM-Supported-blue.svg) Yoga is an embeddable and performant flexbox layout engine with bindings for multiple languages.