To run the example project, clone the repo, and run pod install
from the Example directory first.
msgpack is available through CocoaPods and 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"
Rémy Virin, [email protected]
- Initial version was made by [msgpack team] (https://github.com/msgpack/msgpack-objectivec)
- Improvements were made by Charles Françoise
Licence can be found here : http://www.apache.org/licenses/LICENSE-2.0.html