Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 committed Jul 4, 2017
1 parent 526d29f commit 769306f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,15 +15,15 @@ A fast, zero-dependency MessagePack implementation written in Swift 3. Supports
To use CocoaPods, add the following to your Podfile:

```ruby
pod 'MessagePack.swift', '~> 2.0.0'
pod 'MessagePack.swift', '~> 2.1.0'
```

### Carthage

To use Carthage, add the following to your Cartfile:

```ogdl
github "a2/MessagePack.swift" >= 2.0.2
github "a2/MessagePack.swift" >= 2.1.0
```

### SPM (Swift Package Manager)
Expand All @@ -36,7 +36,7 @@ import PackageDescription
let package = Package(
name: "MyAwesomeApp",
dependencies: [
.Package(url: "https://github.com/a2/MessagePack.swift.git", majorVersion: 2, minor: 0),
.Package(url: "https://github.com/a2/MessagePack.swift.git", majorVersion: 2, minor: 1),
]
)
```
Expand Down

0 comments on commit 769306f

Please sign in to comment.