# msgpack

[![CI Status](https://travis-ci.org/rvi/msgpack-objective-C.svg?style=flat)](https://travis-ci.org/rvirin/msgpack-objective-C)
[![Version](https://img.shields.io/cocoapods/v/msgpack.svg?style=flat)](http://cocoadocs.org/docsets/msgpack)
[![License](https://img.shields.io/cocoapods/l/msgpack.svg?style=flat)](http://cocoadocs.org/docsets/msgpack)
[![Platform](https://img.shields.io/cocoapods/p/msgpack.svg?style=flat)](http://cocoadocs.org/docsets/msgpack)

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

msgpack is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).

**CocoaPods**

To install it, simply add the following line to your `Podfile`:

    pod "msgpack"

**Carthage**

To install it, simply add the following line to your `Cartfile`:

    github "rvi/msgpack-objective-C"


## Author of the pod

Rémy Virin, remy@remyvirin.com

## Credits

* Initial version was made by [msgpack team] (https://github.com/msgpack/msgpack-objectivec)
* Improvements were made by [Charles Françoise](https://github.com/loderunner/msgpack-objectivec)

## License

Licence can be found here : http://www.apache.org/licenses/LICENSE-2.0.html
