blob: dd056de8064a953a7a9d8098fdcb6a40c50e76e8 [file] [log] [blame]
{
"name": "Haxcessibility",
"version": "1.0.1",
"summary": "Haxcessibility is a use case–driven remote control for Mac apps by Mac apps",
"description": " Haxcessibility is, above all, a horrible pun on Mac OS X’s Accessibility framework and its AX prefix. I am shameless.\n\n Second to that, Haxcessibility is a use case–driven remote control for Mac apps by Mac apps. It enables hacks like moving and resizing another app’s windows, and there’s loads more that the AX APIs make possible that Haxcessibility could make convenient with a method or two.\n",
"homepage": "https://github.com/martijndeh/Haxcessibility",
"license": "BSD",
"authors": {
"martijndeh": "martijn@ff00ff.nl"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/martijndeh/Haxcessibility.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Carbon",
"Cocoa"
],
"requires_arc": true
}