Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiekaiger committed Dec 15, 2016
1 parent 8de3a08 commit 6a8bf4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SwiftyAttributes

#### *Swift extensions that make it a breeze to work with attributed strings.*
#### *A Swifty API for attributed strings.*

![Swift Version](https://img.shields.io/badge/swift-3.0-orange.svg?style=flat)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand Down Expand Up @@ -43,11 +43,11 @@ You can also easily combine attributed strings using a plus sign:
let fancyString = "Hello".withFont(.systemFont(ofSize: 12)) + " World!".withFont(.systemFont(ofSize: 18))
````

**SwiftyAttributes** has support for *every* attribute that can be used in iOS.
**SwiftyAttributes** has support for *every* attribute available in Cocoa and Cocoa Touch.

# Requirements

* iOS 8.0+
* iOS 8.0+, macOS 10.11+, watchOS 2.0+, tvOS 9.0+

# Installation

Expand Down

0 comments on commit 6a8bf4e

Please sign in to comment.