From a4b1ac83f49d00e958fa251f64f072a2a0d81432 Mon Sep 17 00:00:00 2001 From: Dustin Shahidehpour Date: Thu, 26 Jan 2017 14:34:27 -0800 Subject: [PATCH] Update README.md to include Pod Shield Summary: Closes https://github.com/facebook/yoga/pull/356 Differential Revision: D4471126 Pulled By: dshahidehpour fbshipit-source-id: 362a92225c8267cb89b12b45a98f69adf726c42d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8003cf08..e06c7883 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Yoga [![Build Status](https://travis-ci.org/facebook/yoga.svg?branch=master)](https://travis-ci.org/facebook/yoga) +# Yoga [![Build Status](https://travis-ci.org/facebook/yoga.svg?branch=master)](https://travis-ci.org/facebook/yoga) [![Cocoapods](https://img.shields.io/cocoapods/v/Yoga.svg)](http://cocoapods.org/pods/Yoga) ## Building Yoga builds with [buck](https://buckbuild.com). Make sure you install buck before contributing to Yoga. Yoga's main implementation is in C, with bindings to supported languages and frameworks. When making changes to Yoga please ensure the changes are also propagated to these bindings when applicable.