blob: 08519b3a51d8b1dd8d8531d527c61615792b4678 [file] [log] [blame]
{
"name": "MPMessagePack",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MPMessagePack/**/*.{c,h,m}",
"requires_arc": true
}