blob: e6e7c41d2265884b07e7ff7678de66fcae5c8d24 [file] [log] [blame]
{
"name": "MPMessagePack",
"version": "0.1.2",
"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": "0.1.2"
},
"platforms": {
"osx": "10.9"
},
"source_files": "MPMessagePack/**/*.{c,h,m}",
"requires_arc": true
}