blob: f3a32b51f0692cc3b0855cc7f4796312f647f727 [file] [log] [blame]
{
"name": "AHLaunchCtl",
"version": "0.4.1",
"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.1",
"submodules": true
},
"requires_arc": true,
"platforms": {
"osx": "10.8"
},
"frameworks": [
"SystemConfiguration",
"ServiceManagement",
"Security"
],
"public_header_files": "AHLaunchCtl/*.h",
"source_files": "AHLaunchCtl/*.{h,m}"
}