blob: 812d6fa37707f2d2433f7075ab24b3cf2b821a30 [file] [log] [blame]
{
"name": "msgpack",
"version": "0.3.0",
"summary": "Latest msgpack source, with objective-C wrapper. Unit tested.",
"description": "Msgpack for objective-C\nExtremely efficient object serialization library. It's like JSON, but very fast and small.",
"homepage": "https://github.com/rvi/msgpack-objective-C",
"license": "Apache",
"authors": {
"Rémy Virin": "remy@remyvirin.com"
},
"source": {
"git": "https://github.com/rvi/msgpack-objective-C.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/remyvirin",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"module_map": "msgPack.modulemap"
}