blob: 35840cd18292213febb8519f7de280e2ca20a71b [file] [log] [blame]
{
"name": "MPMessagePack",
"version": "1.1.24",
"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.24"
},
"requires_arc": true,
"dependencies": {
"GHODictionary": [
]
},
"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}"
]
}
}