From d95b5070636e168b85dcb0b04b47779f863d61f3 Mon Sep 17 00:00:00 2001 From: fhisa Date: Sat, 15 Aug 2015 09:41:01 +0900 Subject: [PATCH] Add Carthage compatibility badge to README --- README-ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ja.md b/README-ja.md index d1f126b..b61e6e7 100644 --- a/README-ja.md +++ b/README-ja.md @@ -1,4 +1,4 @@ -# FormulaStyleConstraint [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/fhisa/FormulaStyleConstraint/master/LICENSE) +# FormulaStyleConstraint [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/fhisa/FormulaStyleConstraint/master/LICENSE) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) FormulaStyleConstraint は、Swift による iOSプログラミングにおいて、レイアウト制約を簡潔な数式のように記述するためのフレームワークです。 diff --git a/README.md b/README.md index 6a77db9..e0aa08d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FormulaStyleConstraint [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/fhisa/FormulaStyleConstraint/master/LICENSE) +# FormulaStyleConstraint [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/fhisa/FormulaStyleConstraint/master/LICENSE) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) FormulaStyleConstraint is a framework to simplify the definition of automatic layout constraints in a Swift program for iOS. Using this framework, it is possible to define the automatic layout constraints as a simple equation.