blob: 458c15828474779d12d8ace8b2a4806b907c26a1 [file] [log] [blame]
{
"name": "MRBrew",
"version": "1.3.3",
"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.3.3"
},
"platforms": {
"osx": "10.7"
},
"source_files": "MRBrew/*.{h,m}",
"exclude_files": [
"MRBrew/MRAppDelegate.{h,m}",
"MRBrew/main.m"
],
"requires_arc": true
}