blob: 471fe1e04ef389c57ebaad16b5cc26809b3d4761 [file] [log] [blame]
{
"name": "MRBrew",
"version": "7.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": "7.0.0"
},
"platforms": {
"osx": "10.7"
},
"source_files": "MRBrew/*.{h,m}",
"exclude_files": [
"MRBrew/MRAppDelegate.{h,m}",
"MRBrew/main.m"
],
"requires_arc": true,
"social_media_url": "https://twitter.com/marcransome"
}