blob: 184c8d8dd5f64c7c2e51045332ab456342eff2dd [file] [log] [blame]
{
"name": "MPMessagePack",
"version": "1.3.9",
"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.9"
},
"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}"
]
}
}