4 "summary": "Latest msgpack source, with objective-C wrapper. Unit tested.",
5 "description": "Msgpack for objective-C\nExtremely efficient object serialization library. It's like JSON, but very fast and small.",
6 "homepage": "https://github.com/rvi/msgpack-objective-C",
9 "Rémy Virin": "remy@remyvirin.com"
12 "git": "https://github.com/rvi/msgpack-objective-C.git",
15 "social_media_url": "https://twitter.com/remyvirin",
20 "source_files": "Pod/Classes/**/*",
21 "prepare_command": "cat > \"module.map\" << MAP\n module zlib [system] {\n \theader \"$SDKROOT/usr/include/zlib.h\"\n \tlink \"zlib\"\n \texport \"MessagePack.h\"\n \texport \"MessagePackPacker.h\"\nexport \"MessagePackParser+Streaming.h\"\nexport \"MessagePackParser.h\"\nexport \"object.h\"\nexport \"pack.h\"\nexport \"pack_define.h\"\nexport \"pack_template.h\"\nexport \"sbuffer.h\"\nexport \"sysdep.h\"\nexport \"unpack.h\"\nexport \"unpack_define.h\"\nexport \"version.h\"\nexport \"version_master.h\"\nexport \"vrefbuffer.h\"\nexport \"zone.h\"\nexport \"msgpack.h\"\nexport \"NSArray+MessagePack.h\"\nexport \"NSData+MessagePack.h\"\nexport \"NSDictionary+MessagePack.h\"\nexport \"NSNull+MessagePack.h\"\nexport \"NSNumber+MessagePack.h\"\nexport \"NSString+MessagePack.h\"\n } \n MAP"