blob: 2533ccf31aee90e6052aa1a80df8b15370f42664 [file] [log] [blame]
{
"name": "MsgPackSerialization",
"version": "1.0.0",
"license": "MIT",
"summary": "Encodes and decodes between Objective-C objects and MsgPack.",
"homepage": "https://github.com/mattt/MsgPackSerialization",
"social_media_url": "https://twitter.com/mattt",
"authors": {
"Mattt": "mattt@me.com"
},
"source": {
"git": "https://github.com/mattt/MsgPackSerialization.git",
"tag": "1.0.0"
},
"source_files": [
"MsgPackSerialization",
"MsgPackSerialization/msgpack_src/*.{c,h}",
"MsgPackSerialization/msgpack_src/msgpack/*.h"
],
"requires_arc": true,
"public_header_files": "MsgPackSerialization/MsgPackSerialization.h",
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}