Skip to content

Commit

Permalink
Display support for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitsusama committed May 6, 2017
1 parent 0a410fc commit 84195d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ A Swift 128-bit Unsigned Integer Data Type conforming to the UnsignedInteger Pro
This library also implements a number of other initializers and properties that Swift's
native unsigned integer types support.

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Usage
Since this library fully implements the UnsignedInteger protocol, you can use this data
type just like any other native UInt data type. For numbers larger than UIntMax, you'll
Expand Down

0 comments on commit 84195d8

Please sign in to comment.