File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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
1515To use CocoaPods, add the following to your Podfile:
1616
1717``` ruby
1818pod ' 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
2331You 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
You can’t perform that action at this time.
0 commit comments