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