blob: 9e433c1df27c6243283d8f5641e51f56337a0d15 [file] [log] [blame]
{
"name": "MRBrew",
"version": "1.0.0",
"summary": "An Objective-C wrapper library for the Homebrew package manager.",
"homepage": "https://github.com/marcransome/MRBrew",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marc Ransome": "marc.ransome@fidgetbox.co.uk"
},
"source": {
"git": "https://github.com/marcransome/MRBrew.git",
"tag": "1.0.0"
},
"platforms": {
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true
}