blob: 00b82bf29294b634f70dfc990156733c07931b67 [file] [log] [blame]
{
"name": "MPMessagePack",
"version": "1.3.7",
"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.7"
},
"requires_arc": true,
"dependencies": {
"GHODictionary": [
]
},
"platforms": {
"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}"
]
}
}