blob: f4b6b8efb2114f7bc478bd4108d5de18f6d761c8 [file] [log] [blame]
{
"name": "MsgPackSerialization",
"version": "0.0.1",
"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 Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/mattt/MsgPackSerialization.git",
"tag": "0.0.1"
},
"source_files": [
"MsgPackSerialization",
"MsgPackSerialization/msgpack_src/*.{c,h}",
"MsgPackSerialization/msgpack_src/msgpack/*.h"
],
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}