blob: ecc9d6cc5feac033a000d5f43db0e26a592e7c78 [file] [log] [blame]
{
"name": "MPMessagePack",
"version": "1.3.13",
"summary": "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.3.13"
},
"requires_arc": true,
"dependencies": {
"GHODictionary": [
]
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"source_files": [
"MPMessagePack/**/*.{c,h,m}",
"RPC/**/*.{c,h,m}"
]
},
"osx": {
"source_files": [
"MPMessagePack/**/*.{c,h,m}",
"RPC/**/*.{c,h,m}",
"XPC/**/*.{c,h,m}"
]
}
}