blob: e4fdcc1a7dcf73b9355cbd24c40e30380276fe1a [file] [log] [blame]
{
"name": "MPMessagePack",
"version": "1.1.15",
"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.15"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"source_files": "MPMessagePack/**/*.{c,h,m}"
},
"osx": {
"source_files": [
"MPMessagePack/**/*.{c,h,m}",
"XPC/**.{c,h,m}"
]
}
}