blob: 07a91f6558655ad5205765913715a24104f4c6e9 [file] [log] [blame]
{
"name": "msgpack",
"version": "0.1.6",
"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.1.6"
},
"social_media_url": "https://twitter.com/remyvirin",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"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"
}