Skip to content

Commit 81dcd59

Browse files
author
Alexsander Akers
committed
Add Carthage installation instructions
1 parent 0c4dc77 commit 81dcd59

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,22 @@ A fast, zero-dependency MessagePack implementation written in Swift 3. Supports
1010

1111
## Installation
1212

13-
### CococaPods
13+
### CocoaPods
1414

1515
To use CocoaPods, add the following to your Podfile:
1616

1717
```ruby
1818
pod 'MessagePack.swift', '~> 2.0.0'
1919
```
2020

21+
### Carthage
22+
23+
To use Carthage, add the following to your Cartfile:
24+
25+
```ogdl
26+
github "a2/MPMessagePack.swift" >= 2.0.2
27+
```
28+
2129
### SPM (Swift Package Manager)
2230

2331
You can easily integrate MessagePack.swift in your app with SPM. Just add MessagePack.swift as a dependency:
@@ -35,7 +43,7 @@ let package = Package(
3543

3644
## Version
3745

38-
2.0.0 supports Swift 3. Support for Swift 2 was dropped after [1.2.0](https://github.com/a2/MessagePack.swift/releases/tag/1.2.0).
46+
2.x supports Swift 3. Support for Swift 2 was dropped after [1.2.0](https://github.com/a2/MessagePack.swift/releases/tag/1.2.0).
3947

4048
## Xcode Support
4149

0 commit comments

Comments
 (0)