From 15e4ca05686724d0146d8a9e12ba3aca38366211 Mon Sep 17 00:00:00 2001 From: Yongha Yoo Date: Wed, 19 Oct 2016 13:40:44 +0900 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e399c2c..7065667 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # KRWordWrapLabel +![Swift](https://img.shields.io/badge/Swift-3.0-orange.svg) ![Swift](https://img.shields.io/badge/Swift-2.3-orange.svg) [![Version](https://img.shields.io/cocoapods/v/KRWordWrapLabel.svg?style=flat)](http://cocoapods.org/pods/KRWordWrapLabel) [![License](https://img.shields.io/cocoapods/l/KRWordWrapLabel.svg?style=flat)](http://cocoapods.org/pods/KRWordWrapLabel) @@ -28,17 +29,19 @@ UILabel은 Word Wrap 모드를 지원하지만 한글의 경우 글자 단위로 ### CocoaPods +#### Swift 3 ```Ruby pod 'KRWordWrapLabel' ``` -## Requirements - -- Swift 2.3 +#### Swift 2.3 +```Ruby +pod 'KRWordWrapLabel' => '~>1' +``` ## Author -Yongha Yoo, inkyfox@oo-v.com +Yongha Yoo, http://inkyfox.oo-v.com ## License