blob: 80854d0d2dfcf04dcc798fc96b76f9b304fb2e35 [file] [log] [blame]
{
"name": "AHLaunchCtl",
"version": "0.4.2",
"license": "MIT",
"summary": "A LaunchD framework for OSX Cocoa apps.",
"homepage": "https://github.com/eahrold/AHLaunchCtl",
"authors": {
"Eldon Ahrold": "eldon.ahrold@gmail.com"
},
"source": {
"git": "https://github.com/eahrold/AHLaunchCtl.git",
"tag": "v0.4.2"
},
"requires_arc": true,
"platforms": {
"osx": "10.8"
},
"frameworks": [
"SystemConfiguration",
"ServiceManagement",
"Security"
],
"public_header_files": "AHLaunchCtl/*.h",
"source_files": "AHLaunchCtl/*.{h,m}"
}