blob: 09d1e4a736a9dfbe133e2d8617c676715cffae72 [file] [log] [blame]
{
"name": "MPMessagePack",
"version": "1.1.9",
"summary": "Objective-C library for MessagePack",
"homepage": "https://github.com/gabriel/MPMessagePack",
"license": {
"type": "MIT"
},
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/MPMessagePack.git",
"tag": "1.1.9"
},
"source_files": "MPMessagePack/**/*.{c,h,m}",
"requires_arc": true,
"platforms": {
"osx": "10.8",
"ios": "6.0"
}
}